| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelEndpointStatus |
ModelEndpointStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelEndpointStatus |
ExternalModel.modelEndpointStatus()
The Amazon Fraud Detector status for the external model endpoint
|
ModelEndpointStatus |
PutExternalModelRequest.modelEndpointStatus()
The model endpoint’s status in Amazon Fraud Detector.
|
static ModelEndpointStatus |
ModelEndpointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelEndpointStatus[] |
ModelEndpointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ModelEndpointStatus> |
ModelEndpointStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExternalModel.Builder |
ExternalModel.Builder.modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
PutExternalModelRequest.Builder |
PutExternalModelRequest.Builder.modelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
Copyright © 2023. All rights reserved.