Package | Description |
---|---|
software.amazon.awssdk.auth.credentials |
Modifier and Type | Method and Description |
---|---|
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled)
Configure whether the provider should fetch credentials asynchronously in the background.
|
static ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.builder()
Retrieve a new builder that can be used to create and configure a
ProcessCredentialsProvider . |
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.command(String command)
Configure the command that should be executed to retrieve credentials.
|
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.credentialRefreshThreshold(Duration credentialRefreshThreshold)
Configure the amount of time between when the credentials expire and when the credentials should start to be
refreshed.
|
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.processOutputLimit(long outputByteLimit)
Configure the maximum amount of data that can be returned by the external process before an exception is
raised.
|
Copyright © 2019. All rights reserved.