| Package | Description |
|---|---|
| com.amazonaws.auth |
| Modifier and Type | Method and Description |
|---|---|
static ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.builder()
Retrieve a new builder that can be used to create and configure a
ProcessCredentialsProvider. |
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.withCommand(List<String> commands) |
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.withCommand(String command)
Deprecated.
The recommended approach is to specify the command as a list of Strings, using
withCommand(List) instead, which makes it easier to programmatically add parameters to commands
without needing to escape those parameters to protect against command injection. |
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.withCredentialExpirationBuffer(int value,
TimeUnit unit) |
ProcessCredentialsProvider.Builder |
ProcessCredentialsProvider.Builder.withProcessOutputLimit(long outputByteLimit) |
Copyright © 2024. All rights reserved.