Uses of Interface
software.amazon.awssdk.services.workspaces.model.DescribeBundleAssociationsRequest.Builder
-
Packages that use DescribeBundleAssociationsRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of DescribeBundleAssociationsRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type DescribeBundleAssociationsRequest.Builder 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 DescribeBundleAssociationsResponseWorkSpacesClient. describeBundleAssociations(Consumer<DescribeBundleAssociationsRequest.Builder> describeBundleAssociationsRequest)Describes the associations between the applications and the specified bundle. -
Uses of DescribeBundleAssociationsRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DescribeBundleAssociationsRequest.Builder Modifier and Type Method Description DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypes(Collection<BundleAssociatedResourceType> associatedResourceTypes)The resource types of the associated resource.DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypes(BundleAssociatedResourceType... associatedResourceTypes)The resource types of the associated resource.DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypesWithStrings(String... associatedResourceTypes)The resource types of the associated resource.DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)The resource types of the associated resource.static DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest. builder()DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. bundleId(String bundleId)The identifier of the bundle.DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DescribeBundleAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBundleAssociationsRequest.Builder>DescribeBundleAssociationsRequest. serializableBuilderClass()
-