Uses of Interface
software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput.Builder
-
Packages that use MutualTlsAuthenticationInput.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MutualTlsAuthenticationInput.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return MutualTlsAuthenticationInput.Builder Modifier and Type Method Description static MutualTlsAuthenticationInput.BuilderMutualTlsAuthenticationInput. builder()MutualTlsAuthenticationInput.BuilderMutualTlsAuthenticationInput. toBuilder()MutualTlsAuthenticationInput.BuilderMutualTlsAuthenticationInput.Builder. truststoreUri(String truststoreUri)An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for examples3://bucket-name/key-name.MutualTlsAuthenticationInput.BuilderMutualTlsAuthenticationInput.Builder. truststoreVersion(String truststoreVersion)The version of the S3 object that contains your truststore.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MutualTlsAuthenticationInput.Builder Modifier and Type Method Description static Class<? extends MutualTlsAuthenticationInput.Builder>MutualTlsAuthenticationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type MutualTlsAuthenticationInput.Builder Modifier and Type Method Description default CreateDomainNameRequest.BuilderCreateDomainNameRequest.Builder. mutualTlsAuthentication(Consumer<MutualTlsAuthenticationInput.Builder> mutualTlsAuthentication)Sets the value of the MutualTlsAuthentication property for this object.
-