| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
IpSetFormat |
CreateIpSetRequest.format()
The format of the file that contains the IPSet.
|
IpSetFormat |
GetIpSetResponse.format()
The format of the file that contains the IPSet.
|
static IpSetFormat |
IpSetFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static IpSetFormat |
IpSetFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpSetFormat[] |
IpSetFormat.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<IpSetFormat> |
IpSetFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.format(IpSetFormat format)
The format of the file that contains the IPSet.
|
GetIpSetResponse.Builder |
GetIpSetResponse.Builder.format(IpSetFormat format)
The format of the file that contains the IPSet.
|
Copyright © 2023. All rights reserved.