Uses of Class
software.amazon.awssdk.auth.credentials.ProcessCredentialsProvider.Builder
Packages that use ProcessCredentialsProvider.Builder
-
Uses of ProcessCredentialsProvider.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return ProcessCredentialsProvider.BuilderModifier and TypeMethodDescriptionProcessCredentialsProvider.Builder.asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled) Configure whether the provider should fetch credentials asynchronously in the background.ProcessCredentialsProvider.builder()Retrieve a new builder that can be used to create and configure aProcessCredentialsProvider.Deprecated.Configure the command that should be executed to retrieve credentials, as a list of strings.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.processOutputLimit(long outputByteLimit) Configure the maximum amount of data that can be returned by the external process before an exception is raised.ProcessCredentialsProvider.Builder.sourceChain(String sourceChain) An optional string denoting previous credentials providers that are chained with this one.ProcessCredentialsProvider.Builder.staticAccountId(String staticAccountId) Configure a static account id for this credentials provider.ProcessCredentialsProvider.toBuilder()
command(List)instead, which makes it easier to programmatically add parameters to commands without needing to escape those parameters to protect against command injection.