Uses of Class
software.amazon.awssdk.services.servicecatalog.model.CreateServiceActionResponse
-
Packages that use CreateServiceActionResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of CreateServiceActionResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return CreateServiceActionResponse Modifier and Type Method Description default CreateServiceActionResponseServiceCatalogClient. createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest)Creates a self-service action.default CreateServiceActionResponseServiceCatalogClient. createServiceAction(CreateServiceActionRequest createServiceActionRequest)Creates a self-service action.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type CreateServiceActionResponse Modifier and Type Method Description default CompletableFuture<CreateServiceActionResponse>ServiceCatalogAsyncClient. createServiceAction(Consumer<CreateServiceActionRequest.Builder> createServiceActionRequest)Creates a self-service action.default CompletableFuture<CreateServiceActionResponse>ServiceCatalogAsyncClient. createServiceAction(CreateServiceActionRequest createServiceActionRequest)Creates a self-service action.
-