| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| software.amazon.awssdk.services.workspaces.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeApplicationAssociationsResponse |
WorkSpacesClient.describeApplicationAssociations(Consumer<DescribeApplicationAssociationsRequest.Builder> describeApplicationAssociationsRequest)
Describes the associations between the application and the specified associated resources.
|
default DescribeApplicationAssociationsResponse |
WorkSpacesClient.describeApplicationAssociations(DescribeApplicationAssociationsRequest describeApplicationAssociationsRequest)
Describes the associations between the application and the specified associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeApplicationAssociationsResponse> |
WorkSpacesAsyncClient.describeApplicationAssociations(Consumer<DescribeApplicationAssociationsRequest.Builder> describeApplicationAssociationsRequest)
Describes the associations between the application and the specified associated resources.
|
default CompletableFuture<DescribeApplicationAssociationsResponse> |
WorkSpacesAsyncClient.describeApplicationAssociations(DescribeApplicationAssociationsRequest describeApplicationAssociationsRequest)
Describes the associations between the application and the specified associated resources.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeApplicationAssociationsResponse> |
DescribeApplicationAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeApplicationAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeApplicationAssociationsResponse> subscriber) |
Copyright © 2023. All rights reserved.