| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
UpdateServiceResponse.authType()
The type of IAM policy.
|
AuthType |
UpdateServiceNetworkResponse.authType()
The type of IAM policy.
|
AuthType |
CreateServiceNetworkResponse.authType()
The type of IAM policy.
|
AuthType |
CreateServiceResponse.authType()
The type of IAM policy.
|
AuthType |
CreateServiceRequest.authType()
The type of IAM policy.
|
AuthType |
UpdateServiceRequest.authType()
The type of IAM policy.
|
AuthType |
GetServiceResponse.authType()
The type of IAM policy.
|
AuthType |
CreateServiceNetworkRequest.authType()
The type of IAM policy.
|
AuthType |
UpdateServiceNetworkRequest.authType()
The type of IAM policy.
|
AuthType |
GetServiceNetworkResponse.authType()
The type of IAM policy.
|
static AuthType |
AuthType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.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<AuthType> |
AuthType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceResponse.Builder |
UpdateServiceResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceNetworkResponse.Builder |
UpdateServiceNetworkResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
CreateServiceNetworkResponse.Builder |
CreateServiceNetworkResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.authType(AuthType authType)
The type of IAM policy.
|
GetServiceResponse.Builder |
GetServiceResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
CreateServiceNetworkRequest.Builder |
CreateServiceNetworkRequest.Builder.authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceNetworkRequest.Builder |
UpdateServiceNetworkRequest.Builder.authType(AuthType authType)
The type of IAM policy.
|
GetServiceNetworkResponse.Builder |
GetServiceNetworkResponse.Builder.authType(AuthType authType)
The type of IAM policy.
|
Copyright © 2023. All rights reserved.