Uses of Class
software.amazon.awssdk.services.workspaces.model.BundleResourceAssociation
-
Packages that use BundleResourceAssociation Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of BundleResourceAssociation in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type BundleResourceAssociation Modifier and Type Method Description List<BundleResourceAssociation>DescribeBundleAssociationsResponse. associations()List of information about the specified associations.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type BundleResourceAssociation Modifier and Type Method Description DescribeBundleAssociationsResponse.BuilderDescribeBundleAssociationsResponse.Builder. associations(BundleResourceAssociation... associations)List of information about the specified associations.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type BundleResourceAssociation Modifier and Type Method Description DescribeBundleAssociationsResponse.BuilderDescribeBundleAssociationsResponse.Builder. associations(Collection<BundleResourceAssociation> associations)List of information about the specified associations.
-