Uses of Class
software.amazon.awssdk.services.s3control.model.CreateStorageLensGroupRequest
-
Packages that use CreateStorageLensGroupRequest Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.transform -
-
Uses of CreateStorageLensGroupRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type CreateStorageLensGroupRequest Modifier and Type Method Description 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.default CreateStorageLensGroupResponseS3ControlClient. createStorageLensGroup(CreateStorageLensGroupRequest createStorageLensGroupRequest)Creates a new S3 Storage Lens group and associates it with the specified Amazon Web Services account ID. -
Uses of CreateStorageLensGroupRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type CreateStorageLensGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateStorageLensGroupRequestMarshaller. marshall(CreateStorageLensGroupRequest createStorageLensGroupRequest)
-