Uses of Class
software.amazon.awssdk.services.b2bi.model.GetPartnershipResponse
-
Packages that use GetPartnershipResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of GetPartnershipResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return GetPartnershipResponse Modifier and Type Method Description default GetPartnershipResponseB2BiClient. getPartnership(Consumer<GetPartnershipRequest.Builder> getPartnershipRequest)Retrieves the details for a partnership, based on the partner and profile IDs specified.default GetPartnershipResponseB2BiClient. getPartnership(GetPartnershipRequest getPartnershipRequest)Retrieves the details for a partnership, based on the partner and profile IDs specified.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type GetPartnershipResponse Modifier and Type Method Description default CompletableFuture<GetPartnershipResponse>B2BiAsyncClient. getPartnership(Consumer<GetPartnershipRequest.Builder> getPartnershipRequest)Retrieves the details for a partnership, based on the partner and profile IDs specified.default CompletableFuture<GetPartnershipResponse>B2BiAsyncClient. getPartnership(GetPartnershipRequest getPartnershipRequest)Retrieves the details for a partnership, based on the partner and profile IDs specified.
-