Uses of Class
software.amazon.awssdk.crt.io.ClientBootstrap
-
-
Uses of ClientBootstrap in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type ClientBootstrap Modifier and Type Method Description CognitoCredentialsProvider.CognitoCredentialsProviderBuilderCognitoCredentialsProvider.CognitoCredentialsProviderBuilder. withClientBootstrap(ClientBootstrap clientBootstrap)(Optional) Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilderDefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets what client bootstrap to use when establishing network connections for credentials sourcingEcsCredentialsProvider.BuilderEcsCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.ProfileCredentialsProvider.BuilderProfileCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.StsCredentialsProvider.BuilderStsCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.StsWebIdentityCredentialsProvider.BuilderStsWebIdentityCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.X509CredentialsProvider.X509CredentialsProviderBuilderX509CredentialsProvider.X509CredentialsProviderBuilder. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream with parameters of type ClientBootstrap Modifier and Type Method Description static CompletableFuture<Void>ClientConnection. connect(String hostName, int port, SocketOptions socketOptions, ClientTlsContext tlsContext, ClientBootstrap bootstrap, ClientConnectionHandler connectionHandler)Initiates a new outgoing event-stream-rpc connection. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return ClientBootstrap Modifier and Type Method Description ClientBootstrapHttpClientConnectionManagerOptions. getClientBootstrap()Gets the client bootstrap instance to use to create the pool's connectionsMethods in software.amazon.awssdk.crt.http with parameters of type ClientBootstrap Modifier and Type Method Description HttpClientConnectionManagerOptionsHttpClientConnectionManagerOptions. withClientBootstrap(ClientBootstrap clientBootstrap)Sets the client bootstrap instance to use to create the pool's connections -
Uses of ClientBootstrap in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ClientBootstrap Modifier and Type Method Description static ClientBootstrapClientBootstrap. getOrCreateStaticDefault()This default will be used when a ClientBootstrap is not explicitly passed but is needed to allow the process to function. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.mqtt
Constructors in software.amazon.awssdk.crt.mqtt with parameters of type ClientBootstrap Constructor Description MqttClient(ClientBootstrap clientBootstrap)Creates an MqttClient with no TLS from the providedClientBootstrapMqttClient(ClientBootstrap clientBootstrap, TlsContext context)Creates an MqttClient from the providedClientBootstrapandTlsContext -
Uses of ClientBootstrap in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return ClientBootstrap Modifier and Type Method Description ClientBootstrapMqtt5ClientOptions. getBootstrap()Returns the Client bootstrap used.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type ClientBootstrap Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilderMqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withBootstrap(ClientBootstrap bootstrap)Sets the ClientBootstrap to use. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ClientBootstrap Modifier and Type Method Description ClientBootstrapS3ClientOptions. getClientBootstrap()Methods in software.amazon.awssdk.crt.s3 with parameters of type ClientBootstrap Modifier and Type Method Description S3ClientOptionsS3ClientOptions. withClientBootstrap(ClientBootstrap clientBootstrap)
-