Uses of Class
software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
-
Packages that use MutualTlsAuthenticationInput Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MutualTlsAuthenticationInput in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return MutualTlsAuthenticationInput Modifier and Type Method Description MutualTlsAuthenticationInputCreateDomainNameRequest. mutualTlsAuthentication()Returns the value of the MutualTlsAuthentication property for this object.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type MutualTlsAuthenticationInput Modifier and Type Method Description CreateDomainNameRequest.BuilderCreateDomainNameRequest.Builder. mutualTlsAuthentication(MutualTlsAuthenticationInput mutualTlsAuthentication)Sets the value of the MutualTlsAuthentication property for this object.
-