| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AccessKeyDetails |
AccessKeyDetails.clone() |
AccessKeyDetails |
Resource.getAccessKeyDetails()
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty
to generate a finding.
|
AccessKeyDetails |
AccessKeyDetails.withAccessKeyId(String accessKeyId)
The access key ID of the user.
|
AccessKeyDetails |
AccessKeyDetails.withPrincipalId(String principalId)
The principal ID of the user.
|
AccessKeyDetails |
AccessKeyDetails.withUserName(String userName)
The name of the user.
|
AccessKeyDetails |
AccessKeyDetails.withUserType(String userType)
The type of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setAccessKeyDetails(AccessKeyDetails accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty
to generate a finding.
|
Resource |
Resource.withAccessKeyDetails(AccessKeyDetails accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty
to generate a finding.
|
Copyright © 2021. All rights reserved.