Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.GetProvisionedProductOutputsRequest.Builder
-
Packages that use GetProvisionedProductOutputsRequest.Builder Package Description software.amazon.awssdk.services.servicecatalog Service Catalog software.amazon.awssdk.services.servicecatalog.model -
-
Uses of GetProvisionedProductOutputsRequest.Builder in software.amazon.awssdk.services.servicecatalog
Method parameters in software.amazon.awssdk.services.servicecatalog with type arguments of type GetProvisionedProductOutputsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetProvisionedProductOutputsResponse>ServiceCatalogAsyncClient. getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)This API takes either aProvisonedProductIdor aProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.default GetProvisionedProductOutputsResponseServiceCatalogClient. getProvisionedProductOutputs(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)This API takes either aProvisonedProductIdor aProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.default GetProvisionedProductOutputsPublisherServiceCatalogAsyncClient. getProvisionedProductOutputsPaginator(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest)default GetProvisionedProductOutputsIterableServiceCatalogClient. getProvisionedProductOutputsPaginator(Consumer<GetProvisionedProductOutputsRequest.Builder> getProvisionedProductOutputsRequest) -
Uses of GetProvisionedProductOutputsRequest.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return GetProvisionedProductOutputsRequest.Builder Modifier and Type Method Description GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. acceptLanguage(String acceptLanguage)The language code.static GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest. builder()GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. outputKeys(String... outputKeys)The list of keys that the API should return with their values.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. outputKeys(Collection<String> outputKeys)The list of keys that the API should return with their values.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. pageSize(Integer pageSize)The maximum number of items to return with this call.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. pageToken(String pageToken)The page token for the next set of results.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. provisionedProductId(String provisionedProductId)The identifier of the provisioned product that you want the outputs from.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest.Builder. provisionedProductName(String provisionedProductName)The name of the provisioned product that you want the outputs from.GetProvisionedProductOutputsRequest.BuilderGetProvisionedProductOutputsRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type GetProvisionedProductOutputsRequest.Builder Modifier and Type Method Description static Class<? extends GetProvisionedProductOutputsRequest.Builder>GetProvisionedProductOutputsRequest. serializableBuilderClass()
-