Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeBundleAssociationsResponse
-
Packages that use DescribeBundleAssociationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeBundleAssociationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeBundleAssociationsResponse Modifier and Type Method Description default DescribeBundleAssociationsResponseWorkSpacesClient. describeBundleAssociations(Consumer<DescribeBundleAssociationsRequest.Builder> describeBundleAssociationsRequest)Describes the associations between the applications and the specified bundle.default DescribeBundleAssociationsResponseWorkSpacesClient. describeBundleAssociations(DescribeBundleAssociationsRequest describeBundleAssociationsRequest)Describes the associations between the applications and the specified bundle.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeBundleAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeBundleAssociationsResponse>WorkSpacesAsyncClient. describeBundleAssociations(Consumer<DescribeBundleAssociationsRequest.Builder> describeBundleAssociationsRequest)Describes the associations between the applications and the specified bundle.default CompletableFuture<DescribeBundleAssociationsResponse>WorkSpacesAsyncClient. describeBundleAssociations(DescribeBundleAssociationsRequest describeBundleAssociationsRequest)Describes the associations between the applications and the specified bundle.
-