| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.clone() |
Role |
ExternalModel.getRole()
The role used to invoke the model.
|
Role |
PutExternalModelRequest.getRole()
The IAM role used to invoke the model endpoint.
|
Role |
Role.withArn(String arn)
The role ARN.
|
Role |
Role.withName(String name)
The role name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalModel.setRole(Role role)
The role used to invoke the model.
|
void |
PutExternalModelRequest.setRole(Role role)
The IAM role used to invoke the model endpoint.
|
ExternalModel |
ExternalModel.withRole(Role role)
The role used to invoke the model.
|
PutExternalModelRequest |
PutExternalModelRequest.withRole(Role role)
The IAM role used to invoke the model endpoint.
|
Copyright © 2019. All rights reserved.