Uses of Class
software.amazon.awssdk.services.servicecatalog.model.UpdateServiceActionResponse
-
Packages that use UpdateServiceActionResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of UpdateServiceActionResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return UpdateServiceActionResponse Modifier and Type Method Description default UpdateServiceActionResponseServiceCatalogClient. updateServiceAction(Consumer<UpdateServiceActionRequest.Builder> updateServiceActionRequest)Updates a self-service action.default UpdateServiceActionResponseServiceCatalogClient. updateServiceAction(UpdateServiceActionRequest updateServiceActionRequest)Updates a self-service action.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type UpdateServiceActionResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceActionResponse>ServiceCatalogAsyncClient. updateServiceAction(Consumer<UpdateServiceActionRequest.Builder> updateServiceActionRequest)Updates a self-service action.default CompletableFuture<UpdateServiceActionResponse>ServiceCatalogAsyncClient. updateServiceAction(UpdateServiceActionRequest updateServiceActionRequest)Updates a self-service action.
-