Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ProviderEndpointConfiguration.Builder
-
Packages that use ProviderEndpointConfiguration.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderEndpointConfiguration.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ProviderEndpointConfiguration.Builder Modifier and Type Method Description static ProviderEndpointConfiguration.BuilderProviderEndpointConfiguration. builder()default ProviderEndpointConfiguration.BuilderProviderEndpointConfiguration.Builder. marketplaceConfiguration(Consumer<ProviderMarketplaceConfiguration.Builder> marketplaceConfiguration)The identifiers of the provider service, from Data Exchange.ProviderEndpointConfiguration.BuilderProviderEndpointConfiguration.Builder. marketplaceConfiguration(ProviderMarketplaceConfiguration marketplaceConfiguration)The identifiers of the provider service, from Data Exchange.ProviderEndpointConfiguration.BuilderProviderEndpointConfiguration. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ProviderEndpointConfiguration.Builder Modifier and Type Method Description static Class<? extends ProviderEndpointConfiguration.Builder>ProviderEndpointConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type ProviderEndpointConfiguration.Builder Modifier and Type Method Description default GetProviderServiceResponse.BuilderGetProviderServiceResponse.Builder. providerEndpointConfiguration(Consumer<ProviderEndpointConfiguration.Builder> providerEndpointConfiguration)The required configuration fields to use with the provider service.
-