| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static PartnerType |
PartnerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PartnerType |
GetPartnerAccountRequest.partnerType()
The partner type.
|
PartnerType |
DisassociateAwsAccountFromPartnerAccountRequest.partnerType()
The partner type.
|
PartnerType |
UpdatePartnerAccountRequest.partnerType()
The partner type.
|
static PartnerType |
PartnerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartnerType[] |
PartnerType.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<PartnerType> |
PartnerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetPartnerAccountRequest.Builder |
GetPartnerAccountRequest.Builder.partnerType(PartnerType partnerType)
The partner type.
|
DisassociateAwsAccountFromPartnerAccountRequest.Builder |
DisassociateAwsAccountFromPartnerAccountRequest.Builder.partnerType(PartnerType partnerType)
The partner type.
|
UpdatePartnerAccountRequest.Builder |
UpdatePartnerAccountRequest.Builder.partnerType(PartnerType partnerType)
The partner type.
|
Copyright © 2023. All rights reserved.