Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteDataRepositoryAssociationRequest
-
Packages that use DeleteDataRepositoryAssociationRequest 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.software.amazon.awssdk.services.fsx.transform -
-
Uses of DeleteDataRepositoryAssociationRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type DeleteDataRepositoryAssociationRequest Modifier and Type Method Description default CompletableFuture<DeleteDataRepositoryAssociationResponse>FSxAsyncClient. deleteDataRepositoryAssociation(DeleteDataRepositoryAssociationRequest 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. -
Uses of DeleteDataRepositoryAssociationRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type DeleteDataRepositoryAssociationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDataRepositoryAssociationRequestMarshaller. marshall(DeleteDataRepositoryAssociationRequest deleteDataRepositoryAssociationRequest)
-