Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryAssociation
-
Packages that use DataRepositoryAssociation Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryAssociation in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryAssociation Modifier and Type Method Description DataRepositoryAssociationCreateDataRepositoryAssociationResponse. association()The response object returned after the data repository association is created.DataRepositoryAssociationUpdateDataRepositoryAssociationResponse. association()The response object returned after the data repository association is updated.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DataRepositoryAssociation Modifier and Type Method Description List<DataRepositoryAssociation>DescribeDataRepositoryAssociationsResponse. associations()An array of one or more data repository association descriptions.Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryAssociation Modifier and Type Method Description CreateDataRepositoryAssociationResponse.BuilderCreateDataRepositoryAssociationResponse.Builder. association(DataRepositoryAssociation association)The response object returned after the data repository association is created.UpdateDataRepositoryAssociationResponse.BuilderUpdateDataRepositoryAssociationResponse.Builder. association(DataRepositoryAssociation association)The response object returned after the data repository association is updated.DescribeDataRepositoryAssociationsResponse.BuilderDescribeDataRepositoryAssociationsResponse.Builder. associations(DataRepositoryAssociation... associations)An array of one or more data repository association descriptions.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DataRepositoryAssociation Modifier and Type Method Description DescribeDataRepositoryAssociationsResponse.BuilderDescribeDataRepositoryAssociationsResponse.Builder. associations(Collection<DataRepositoryAssociation> associations)An array of one or more data repository association descriptions.
-