Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.ListStackInstancesForProvisionedProductRequest.Builder
-
Packages that use ListStackInstancesForProvisionedProductRequest.Builder Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ListStackInstancesForProvisionedProductRequest.Builder in software.amazon.awssdk.services.servicecatalog
Method parameters in software.amazon.awssdk.services.servicecatalog with type arguments of type ListStackInstancesForProvisionedProductRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStackInstancesForProvisionedProductResponse>ServiceCatalogAsyncClient. listStackInstancesForProvisionedProduct(Consumer<ListStackInstancesForProvisionedProductRequest.Builder> listStackInstancesForProvisionedProductRequest)Returns summary information about stack instances that are associated with the specifiedCFN_STACKSETtype provisioned product.default ListStackInstancesForProvisionedProductResponseServiceCatalogClient. listStackInstancesForProvisionedProduct(Consumer<ListStackInstancesForProvisionedProductRequest.Builder> listStackInstancesForProvisionedProductRequest)Returns summary information about stack instances that are associated with the specifiedCFN_STACKSETtype provisioned product. -
Uses of ListStackInstancesForProvisionedProductRequest.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ListStackInstancesForProvisionedProductRequest.Builder Modifier and Type Method Description ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. acceptLanguage(String acceptLanguage)The language code.static ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest. builder()ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. pageSize(Integer pageSize)The maximum number of items to return with this call.ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. pageToken(String pageToken)The page token for the next set of results.ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest.Builder. provisionedProductId(String provisionedProductId)The identifier of the provisioned product.ListStackInstancesForProvisionedProductRequest.BuilderListStackInstancesForProvisionedProductRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ListStackInstancesForProvisionedProductRequest.Builder Modifier and Type Method Description static Class<? extends ListStackInstancesForProvisionedProductRequest.Builder>ListStackInstancesForProvisionedProductRequest. serializableBuilderClass()
-