Searched refs:getClientBootstrap (Results 1 – 8 of 8) sorted by relevance
38 ClientBootstrap getClientBootstrap() { return clientBootstrap; } in getClientBootstrap() method in DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder51 ClientBootstrap clientBootstrap = builder.getClientBootstrap(); in DefaultChainCredentialsProvider()
51 ClientBootstrap getClientBootstrap() { return clientBootstrap; } in getClientBootstrap() method in X509CredentialsProvider.X509CredentialsProviderBuilder141 ClientBootstrap clientBootstrap = builder.getClientBootstrap(); in X509CredentialsProvider()
122 ClientBootstrap getClientBootstrap() { return clientBootstrap; } in getClientBootstrap() method in CognitoCredentialsProvider.CognitoCredentialsProviderBuilder170 ClientBootstrap clientBootstrap = builder.getClientBootstrap(); in CognitoCredentialsProvider()
80 options.getClientBootstrap().getNativeHandle(), in S3Client()111 addReferenceTo(options.getClientBootstrap()); in S3Client()
96 public ClientBootstrap getClientBootstrap() { in getClientBootstrap() method in S3ClientOptions
60 public ClientBootstrap getClientBootstrap() { return clientBootstrap; } in getClientBootstrap() method in HttpClientConnectionManagerOptions
52 ClientBootstrap clientBootstrap = options.getClientBootstrap(); in HttpClientConnectionManager()
49 ClientBootstrap clientBootstrap = connectionManagerOptions.getClientBootstrap(); in Http2StreamManager()