Uses of Interface
software.amazon.awssdk.services.b2bi.model.GetPartnershipRequest.Builder
-
Packages that use GetPartnershipRequest.Builder Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.model -
-
Uses of GetPartnershipRequest.Builder in software.amazon.awssdk.services.b2bi
Method parameters in software.amazon.awssdk.services.b2bi with type arguments of type GetPartnershipRequest.Builder 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 GetPartnershipResponseB2BiClient. getPartnership(Consumer<GetPartnershipRequest.Builder> getPartnershipRequest)Retrieves the details for a partnership, based on the partner and profile IDs specified. -
Uses of GetPartnershipRequest.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return GetPartnershipRequest.Builder Modifier and Type Method Description static GetPartnershipRequest.BuilderGetPartnershipRequest. builder()GetPartnershipRequest.BuilderGetPartnershipRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPartnershipRequest.BuilderGetPartnershipRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPartnershipRequest.BuilderGetPartnershipRequest.Builder. partnershipId(String partnershipId)Specifies the unique, system-generated identifier for a partnership.GetPartnershipRequest.BuilderGetPartnershipRequest. toBuilder()Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type GetPartnershipRequest.Builder Modifier and Type Method Description static Class<? extends GetPartnershipRequest.Builder>GetPartnershipRequest. serializableBuilderClass()
-