Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateDataRepositoryAssociationResponse
-
Packages that use UpdateDataRepositoryAssociationResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of UpdateDataRepositoryAssociationResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return UpdateDataRepositoryAssociationResponse Modifier and Type Method Description default UpdateDataRepositoryAssociationResponseFSxClient. updateDataRepositoryAssociation(Consumer<UpdateDataRepositoryAssociationRequest.Builder> updateDataRepositoryAssociationRequest)Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.default UpdateDataRepositoryAssociationResponseFSxClient. updateDataRepositoryAssociation(UpdateDataRepositoryAssociationRequest updateDataRepositoryAssociationRequest)Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type UpdateDataRepositoryAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateDataRepositoryAssociationResponse>FSxAsyncClient. updateDataRepositoryAssociation(Consumer<UpdateDataRepositoryAssociationRequest.Builder> updateDataRepositoryAssociationRequest)Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.default CompletableFuture<UpdateDataRepositoryAssociationResponse>FSxAsyncClient. updateDataRepositoryAssociation(UpdateDataRepositoryAssociationRequest updateDataRepositoryAssociationRequest)Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system.
-