Uses of Class
software.amazon.awssdk.services.fsx.model.CreateDataRepositoryAssociationResponse
-
Packages that use CreateDataRepositoryAssociationResponse 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 CreateDataRepositoryAssociationResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateDataRepositoryAssociationResponse Modifier and Type Method Description default CreateDataRepositoryAssociationResponseFSxClient. createDataRepositoryAssociation(Consumer<CreateDataRepositoryAssociationRequest.Builder> createDataRepositoryAssociationRequest)Creates an Amazon FSx for Lustre data repository association (DRA).default CreateDataRepositoryAssociationResponseFSxClient. createDataRepositoryAssociation(CreateDataRepositoryAssociationRequest createDataRepositoryAssociationRequest)Creates an Amazon FSx for Lustre data repository association (DRA).Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateDataRepositoryAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateDataRepositoryAssociationResponse>FSxAsyncClient. createDataRepositoryAssociation(Consumer<CreateDataRepositoryAssociationRequest.Builder> createDataRepositoryAssociationRequest)Creates an Amazon FSx for Lustre data repository association (DRA).default CompletableFuture<CreateDataRepositoryAssociationResponse>FSxAsyncClient. createDataRepositoryAssociation(CreateDataRepositoryAssociationRequest createDataRepositoryAssociationRequest)Creates an Amazon FSx for Lustre data repository association (DRA).
-