Uses of Interface
software.amazon.awssdk.services.workspaces.model.DescribeImageAssociationsRequest.Builder
-
Packages that use DescribeImageAssociationsRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of DescribeImageAssociationsRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type DescribeImageAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeImageAssociationsResponse>WorkSpacesAsyncClient. describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)Describes the associations between the applications and the specified image.default DescribeImageAssociationsResponseWorkSpacesClient. describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)Describes the associations between the applications and the specified image. -
Uses of DescribeImageAssociationsRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DescribeImageAssociationsRequest.Builder Modifier and Type Method Description DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. associatedResourceTypes(Collection<ImageAssociatedResourceType> associatedResourceTypes)The resource types of the associated resource.DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. associatedResourceTypes(ImageAssociatedResourceType... associatedResourceTypes)The resource types of the associated resource.DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. associatedResourceTypesWithStrings(String... associatedResourceTypes)The resource types of the associated resource.DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)The resource types of the associated resource.static DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest. builder()DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. imageId(String imageId)The identifier of the image.DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeImageAssociationsRequest.BuilderDescribeImageAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DescribeImageAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeImageAssociationsRequest.Builder>DescribeImageAssociationsRequest. serializableBuilderClass()
-