Uses of Interface
software.amazon.awssdk.services.iot.model.TlsContext.Builder
-
Packages that use TlsContext.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TlsContext.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TlsContext.Builder Modifier and Type Method Description static TlsContext.BuilderTlsContext. builder()TlsContext.BuilderTlsContext.Builder. serverName(String serverName)The value of theserverNamekey in a TLS authorization request.TlsContext.BuilderTlsContext. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TlsContext.Builder Modifier and Type Method Description static Class<? extends TlsContext.Builder>TlsContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type TlsContext.Builder Modifier and Type Method Description default TestInvokeAuthorizerRequest.BuilderTestInvokeAuthorizerRequest.Builder. tlsContext(Consumer<TlsContext.Builder> tlsContext)Specifies a test TLS authorization request.
-