| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Platform |
GenerateMobileSdkReleaseUrlRequest.platform()
The device platform.
|
Platform |
ListMobileSdkReleasesRequest.platform()
The device platform to retrieve the list for.
|
Platform |
GetMobileSdkReleaseRequest.platform()
The device platform.
|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.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<Platform> |
Platform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GenerateMobileSdkReleaseUrlRequest.Builder |
GenerateMobileSdkReleaseUrlRequest.Builder.platform(Platform platform)
The device platform.
|
ListMobileSdkReleasesRequest.Builder |
ListMobileSdkReleasesRequest.Builder.platform(Platform platform)
The device platform to retrieve the list for.
|
GetMobileSdkReleaseRequest.Builder |
GetMobileSdkReleaseRequest.Builder.platform(Platform platform)
The device platform.
|
Copyright © 2023. All rights reserved.