| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCredentials |
AwsCredentials.clone() |
AwsCredentials |
GetExternalDataViewAccessDetailsResult.getCredentials()
The credentials required to access the external Dataview from the S3 location.
|
AwsCredentials |
AwsCredentials.withAccessKeyId(String accessKeyId)
The unique identifier for the security credentials.
|
AwsCredentials |
AwsCredentials.withExpiration(Long expiration)
The Epoch time when the current credentials expire.
|
AwsCredentials |
AwsCredentials.withSecretAccessKey(String secretAccessKey)
The secret access key that can be used to sign requests.
|
AwsCredentials |
AwsCredentials.withSessionToken(String sessionToken)
The token that users must pass to use the credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExternalDataViewAccessDetailsResult.setCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
|
GetExternalDataViewAccessDetailsResult |
GetExternalDataViewAccessDetailsResult.withCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
|
Copyright © 2025. All rights reserved.