AwsApiCallAction.Builder |
AwsApiCallAction.Builder.affectedResources(Map<String,String> affectedResources) |
The details of the Amazon Web Services account that made the API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.api(String api) |
The Amazon Web Services API name.
|
static AwsApiCallAction.Builder |
AwsApiCallAction.builder() |
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.callerType(String callerType) |
The Amazon Web Services API caller type.
|
default AwsApiCallAction.Builder |
AwsApiCallAction.Builder.domainDetails(Consumer<DomainDetails.Builder> domainDetails) |
The domain information for the Amazon Web Services API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.domainDetails(DomainDetails domainDetails) |
The domain information for the Amazon Web Services API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.errorCode(String errorCode) |
The error code of the failed Amazon Web Services API action.
|
default AwsApiCallAction.Builder |
AwsApiCallAction.Builder.remoteAccountDetails(Consumer<RemoteAccountDetails.Builder> remoteAccountDetails) |
The details of the Amazon Web Services account that made the API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.remoteAccountDetails(RemoteAccountDetails remoteAccountDetails) |
The details of the Amazon Web Services account that made the API call.
|
default AwsApiCallAction.Builder |
AwsApiCallAction.Builder.remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails) |
The remote IP information of the connection that initiated the Amazon Web Services API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.remoteIpDetails(RemoteIpDetails remoteIpDetails) |
The remote IP information of the connection that initiated the Amazon Web Services API call.
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.serviceName(String serviceName) |
The Amazon Web Services service name whose API was invoked.
|
AwsApiCallAction.Builder |
AwsApiCallAction.toBuilder() |
|
AwsApiCallAction.Builder |
AwsApiCallAction.Builder.userAgent(String userAgent) |
The agent through which the API request was made.
|