Uses of Class
software.amazon.awssdk.services.b2bi.model.GetCapabilityResponse
-
Packages that use GetCapabilityResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of GetCapabilityResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return GetCapabilityResponse Modifier and Type Method Description default GetCapabilityResponseB2BiClient. getCapability(Consumer<GetCapabilityRequest.Builder> getCapabilityRequest)Retrieves the details for the specified capability.default GetCapabilityResponseB2BiClient. getCapability(GetCapabilityRequest getCapabilityRequest)Retrieves the details for the specified capability.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type GetCapabilityResponse Modifier and Type Method Description default CompletableFuture<GetCapabilityResponse>B2BiAsyncClient. getCapability(Consumer<GetCapabilityRequest.Builder> getCapabilityRequest)Retrieves the details for the specified capability.default CompletableFuture<GetCapabilityResponse>B2BiAsyncClient. getCapability(GetCapabilityRequest getCapabilityRequest)Retrieves the details for the specified capability.
-