AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Updates the existing Storage Lens group.

To use this operation, you must have the permission to perform the s3:UpdateStorageLensGroup action. For more information about the required Storage Lens Groups permissions, see Setting account permissions to use S3 Storage Lens groups.

For information about Storage Lens groups errors, see List of Amazon S3 Storage Lens error codes.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateStorageLensGroupAsync.

Namespace: Amazon.S3Control
Assembly: AWSSDK.S3Control.dll
Version: 3.x.y.z

Syntax

C#
public virtual UpdateStorageLensGroupResponse UpdateStorageLensGroup(
         UpdateStorageLensGroupRequest request
)

Parameters

request
Type: Amazon.S3Control.Model.UpdateStorageLensGroupRequest

Container for the necessary parameters to execute the UpdateStorageLensGroup service method.

Return Value


The response from the UpdateStorageLensGroup service method, as returned by S3Control.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also