Class DefaultServiceEndpointBuilder
java.lang.Object
software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
Deprecated.
Uses service metadata and the request region to construct an endpoint for a specific service.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultServiceEndpointBuilder
(String serviceName, String protocol) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.putAdvancedOption
(ServiceMetadataAdvancedOption<T> option, T value) Deprecated.withDualstackEnabled
(Boolean dualstackEnabled) Deprecated.withFipsEnabled
(Boolean fipsEnabled) Deprecated.withProfileFile
(Supplier<ProfileFile> profileFile) Deprecated.withProfileFile
(ProfileFile profileFile) Deprecated.withProfileName
(String profileName) Deprecated.withRegion
(Region region) Deprecated.
-
Constructor Details
-
DefaultServiceEndpointBuilder
-
-
Method Details
-
getRegion
Deprecated. -
withRegion
Deprecated. -
withProfileFile
Deprecated. -
withProfileFile
Deprecated. -
withProfileName
Deprecated. -
putAdvancedOption
public <T> DefaultServiceEndpointBuilder putAdvancedOption(ServiceMetadataAdvancedOption<T> option, T value) Deprecated. -
withDualstackEnabled
Deprecated. -
withFipsEnabled
Deprecated. -
getServiceEndpoint
Deprecated.
-
AwsClientEndpointProvider
. This is only used by old client versions.