Uses of Class
software.amazon.awssdk.services.b2bi.model.UpdateCapabilityResponse
-
Packages that use UpdateCapabilityResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of UpdateCapabilityResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return UpdateCapabilityResponse Modifier and Type Method Description default UpdateCapabilityResponseB2BiClient. updateCapability(Consumer<UpdateCapabilityRequest.Builder> updateCapabilityRequest)Updates some of the parameters for a capability, based on the specified parameters.default UpdateCapabilityResponseB2BiClient. updateCapability(UpdateCapabilityRequest updateCapabilityRequest)Updates some of the parameters for a capability, based on the specified parameters.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type UpdateCapabilityResponse Modifier and Type Method Description default CompletableFuture<UpdateCapabilityResponse>B2BiAsyncClient. updateCapability(Consumer<UpdateCapabilityRequest.Builder> updateCapabilityRequest)Updates some of the parameters for a capability, based on the specified parameters.default CompletableFuture<UpdateCapabilityResponse>B2BiAsyncClient. updateCapability(UpdateCapabilityRequest updateCapabilityRequest)Updates some of the parameters for a capability, based on the specified parameters.
-