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