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