Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteDataRepositoryAssociationResponse
-
Packages that use DeleteDataRepositoryAssociationResponse 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 DeleteDataRepositoryAssociationResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DeleteDataRepositoryAssociationResponse Modifier and Type Method Description default DeleteDataRepositoryAssociationResponseFSxClient. deleteDataRepositoryAssociation(Consumer<DeleteDataRepositoryAssociationRequest.Builder> deleteDataRepositoryAssociationRequest)Deletes a data repository association on an Amazon FSx for Lustre file system.default DeleteDataRepositoryAssociationResponseFSxClient. deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest deleteDataRepositoryAssociationRequest)Deletes a 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 DeleteDataRepositoryAssociationResponse Modifier and Type Method Description default CompletableFuture<DeleteDataRepositoryAssociationResponse>FSxAsyncClient. deleteDataRepositoryAssociation(Consumer<DeleteDataRepositoryAssociationRequest.Builder> deleteDataRepositoryAssociationRequest)Deletes a data repository association on an Amazon FSx for Lustre file system.default CompletableFuture<DeleteDataRepositoryAssociationResponse>FSxAsyncClient. deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest deleteDataRepositoryAssociationRequest)Deletes a data repository association on an Amazon FSx for Lustre file system.
-