Uses of Class
software.amazon.awssdk.services.s3control.model.CreateStorageLensGroupResponse
-
Packages that use CreateStorageLensGroupResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of CreateStorageLensGroupResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return CreateStorageLensGroupResponse Modifier and Type Method Description default CreateStorageLensGroupResponseS3ControlClient. createStorageLensGroup(Consumer<CreateStorageLensGroupRequest.Builder> createStorageLensGroupRequest)Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID.default CreateStorageLensGroupResponseS3ControlClient. createStorageLensGroup(CreateStorageLensGroupRequest createStorageLensGroupRequest)Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type CreateStorageLensGroupResponse Modifier and Type Method Description default CompletableFuture<CreateStorageLensGroupResponse>S3ControlAsyncClient. createStorageLensGroup(Consumer<CreateStorageLensGroupRequest.Builder> createStorageLensGroupRequest)Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID.default CompletableFuture<CreateStorageLensGroupResponse>S3ControlAsyncClient. createStorageLensGroup(CreateStorageLensGroupRequest createStorageLensGroupRequest)Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID.
-