| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
AcceptType |
AcceptPageRequest.acceptType()
The type indicates if the page was
DELIVERED or READ. |
static AcceptType |
AcceptType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AcceptType |
AcceptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptType[] |
AcceptType.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<AcceptType> |
AcceptType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AcceptPageRequest.Builder |
AcceptPageRequest.Builder.acceptType(AcceptType acceptType)
The type indicates if the page was
DELIVERED or READ. |
Copyright © 2021. All rights reserved.