Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeBundleAssociationsRequest
-
Packages that use DescribeBundleAssociationsRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of DescribeBundleAssociationsRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type DescribeBundleAssociationsRequest Modifier and Type Method Description default CompletableFuture<DescribeBundleAssociationsResponse>WorkSpacesAsyncClient. describeBundleAssociations(DescribeBundleAssociationsRequest 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. -
Uses of DescribeBundleAssociationsRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type DescribeBundleAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeBundleAssociationsRequestMarshaller. marshall(DescribeBundleAssociationsRequest describeBundleAssociationsRequest)
-