Uses of Class
software.amazon.awssdk.services.s3.crt.S3CrtProxyConfiguration
-
Packages that use S3CrtProxyConfiguration Package Description software.amazon.awssdk.services.s3.crt -
-
Uses of S3CrtProxyConfiguration in software.amazon.awssdk.services.s3.crt
Methods in software.amazon.awssdk.services.s3.crt that return S3CrtProxyConfiguration Modifier and Type Method Description S3CrtProxyConfigurationS3CrtProxyConfiguration.Builder. build()S3CrtProxyConfigurationS3CrtHttpConfiguration. proxyConfiguration()Return the configuredS3CrtProxyConfiguration.Methods in software.amazon.awssdk.services.s3.crt with parameters of type S3CrtProxyConfiguration Modifier and Type Method Description S3CrtHttpConfiguration.BuilderS3CrtHttpConfiguration.Builder. proxyConfiguration(S3CrtProxyConfiguration proxyConfiguration)Sets the http proxy configuration to use for this client.
-