| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ImageAssociatedResourceType |
ImageResourceAssociation.associatedResourceType()
The resource type of the associated resources.
|
static ImageAssociatedResourceType |
ImageAssociatedResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ImageAssociatedResourceType |
ImageAssociatedResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageAssociatedResourceType[] |
ImageAssociatedResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageAssociatedResourceType> |
DescribeImageAssociationsRequest.associatedResourceTypes()
The resource types of the associated resource.
|
static Set<ImageAssociatedResourceType> |
ImageAssociatedResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageResourceAssociation.Builder |
ImageResourceAssociation.Builder.associatedResourceType(ImageAssociatedResourceType associatedResourceType)
The resource type of the associated resources.
|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypes(ImageAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resource.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypes(Collection<ImageAssociatedResourceType> associatedResourceTypes)
The resource types of the associated resource.
|
Copyright © 2023. All rights reserved.