| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBundleAssociationsResponse |
WorkSpacesClient.describeBundleAssociations(Consumer<DescribeBundleAssociationsRequest.Builder> describeBundleAssociationsRequest)
Describes the associations between the applications and the specified bundle.
|
default CompletableFuture<DescribeBundleAssociationsResponse> |
WorkSpacesAsyncClient.describeBundleAssociations(Consumer<DescribeBundleAssociationsRequest.Builder> describeBundleAssociationsRequest)
Describes the associations between the applications and the specified bundle.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.associatedResourceTypes(BundleAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resource.
|
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.associatedResourceTypes(Collection<BundleAssociatedResourceType> associatedResourceTypes)
The resource types of the associated resource.
|
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)
The resource types of the associated resource.
|
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.associatedResourceTypesWithStrings(String... associatedResourceTypes)
The resource types of the associated resource.
|
static DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.builder() |
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.bundleId(String bundleId)
The identifier of the bundle.
|
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeBundleAssociationsRequest.Builder |
DescribeBundleAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBundleAssociationsRequest.Builder> |
DescribeBundleAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.