Uses of Interface
software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionRequest.Builder
-
Packages that use UpdateFileSystemProtectionRequest.Builder Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.model -
-
Uses of UpdateFileSystemProtectionRequest.Builder in software.amazon.awssdk.services.efs
Method parameters in software.amazon.awssdk.services.efs with type arguments of type UpdateFileSystemProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFileSystemProtectionResponse>EfsAsyncClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)Updates protection on the file system.default UpdateFileSystemProtectionResponseEfsClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)Updates protection on the file system. -
Uses of UpdateFileSystemProtectionRequest.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return UpdateFileSystemProtectionRequest.Builder Modifier and Type Method Description static UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest. builder()UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. fileSystemId(String fileSystemId)The ID of the file system to update.UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. replicationOverwriteProtection(String replicationOverwriteProtection)The status of the file system's replication overwrite protection.UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)The status of the file system's replication overwrite protection.UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type UpdateFileSystemProtectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFileSystemProtectionRequest.Builder>UpdateFileSystemProtectionRequest. serializableBuilderClass()
-