Uses of Interface
software.amazon.awssdk.services.s3control.model.PutStorageLensConfigurationRequest.Builder
-
Packages that use PutStorageLensConfigurationRequest.Builder 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.model -
-
Uses of PutStorageLensConfigurationRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type PutStorageLensConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutStorageLensConfigurationResponse>S3ControlAsyncClient. putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration.default PutStorageLensConfigurationResponseS3ControlClient. putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration. -
Uses of PutStorageLensConfigurationRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PutStorageLensConfigurationRequest.Builder Modifier and Type Method Description PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. accountId(String accountId)The account ID of the requester.static PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest. builder()PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. configId(String configId)The ID of the S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration)The S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)The S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. tags(Collection<StorageLensTag> tags)The tag set of the S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. tags(Consumer<StorageLensTag.Builder>... tags)The tag set of the S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. tags(StorageLensTag... tags)The tag set of the S3 Storage Lens configuration.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type PutStorageLensConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutStorageLensConfigurationRequest.Builder>PutStorageLensConfigurationRequest. serializableBuilderClass()
-