| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationType |
Destination.destinationType()
The type of resource used for the publishing destination.
|
DestinationType |
DescribePublishingDestinationResponse.destinationType()
The type of publishing destination.
|
DestinationType |
CreatePublishingDestinationRequest.destinationType()
The type of resource for the publishing destination.
|
static DestinationType |
DestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DestinationType |
DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationType[] |
DestinationType.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<DestinationType> |
DestinationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.destinationType(DestinationType destinationType)
The type of resource used for the publishing destination.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationType(DestinationType destinationType)
The type of publishing destination.
|
CreatePublishingDestinationRequest.Builder |
CreatePublishingDestinationRequest.Builder.destinationType(DestinationType destinationType)
The type of resource for the publishing destination.
|
Copyright © 2022. All rights reserved.