Uses of Class
software.amazon.awssdk.services.entityresolution.model.ProviderEndpointConfiguration
-
Packages that use ProviderEndpointConfiguration Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderEndpointConfiguration in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ProviderEndpointConfiguration Modifier and Type Method Description static ProviderEndpointConfigurationProviderEndpointConfiguration. fromMarketplaceConfiguration(Consumer<ProviderMarketplaceConfiguration.Builder> marketplaceConfiguration)Create an instance of this class withmarketplaceConfiguration()initialized to the given value.static ProviderEndpointConfigurationProviderEndpointConfiguration. fromMarketplaceConfiguration(ProviderMarketplaceConfiguration marketplaceConfiguration)Create an instance of this class withmarketplaceConfiguration()initialized to the given value.ProviderEndpointConfigurationGetProviderServiceResponse. providerEndpointConfiguration()The required configuration fields to use with the provider service.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type ProviderEndpointConfiguration Modifier and Type Method Description GetProviderServiceResponse.BuilderGetProviderServiceResponse.Builder. providerEndpointConfiguration(ProviderEndpointConfiguration providerEndpointConfiguration)The required configuration fields to use with the provider service.
-