Uses of Class
software.amazon.awssdk.services.servicecatalog.model.CreateTagOptionResponse
-
Packages that use CreateTagOptionResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of CreateTagOptionResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return CreateTagOptionResponse Modifier and Type Method Description default CreateTagOptionResponseServiceCatalogClient. createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)Creates a TagOption.default CreateTagOptionResponseServiceCatalogClient. createTagOption(CreateTagOptionRequest createTagOptionRequest)Creates a TagOption.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type CreateTagOptionResponse Modifier and Type Method Description default CompletableFuture<CreateTagOptionResponse>ServiceCatalogAsyncClient. createTagOption(Consumer<CreateTagOptionRequest.Builder> createTagOptionRequest)Creates a TagOption.default CompletableFuture<CreateTagOptionResponse>ServiceCatalogAsyncClient. createTagOption(CreateTagOptionRequest createTagOptionRequest)Creates a TagOption.
-