Uses of Class
software.amazon.awssdk.services.efs.model.PutLifecycleConfigurationResponse
-
Packages that use PutLifecycleConfigurationResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of PutLifecycleConfigurationResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return PutLifecycleConfigurationResponse Modifier and Type Method Description default PutLifecycleConfigurationResponseEfsClient. putLifecycleConfiguration(Consumer<PutLifecycleConfigurationRequest.Builder> putLifecycleConfigurationRequest)Use this action to manage storage for your file system.default PutLifecycleConfigurationResponseEfsClient. putLifecycleConfiguration(PutLifecycleConfigurationRequest putLifecycleConfigurationRequest)Use this action to manage storage for your file system.Methods in software.amazon.awssdk.services.efs that return types with arguments of type PutLifecycleConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutLifecycleConfigurationResponse>EfsAsyncClient. putLifecycleConfiguration(Consumer<PutLifecycleConfigurationRequest.Builder> putLifecycleConfigurationRequest)Use this action to manage storage for your file system.default CompletableFuture<PutLifecycleConfigurationResponse>EfsAsyncClient. putLifecycleConfiguration(PutLifecycleConfigurationRequest putLifecycleConfigurationRequest)Use this action to manage storage for your file system.
-