| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
XksProxyConnectivityType |
XksProxyConfigurationType.connectivity()
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
static XksProxyConnectivityType |
XksProxyConnectivityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static XksProxyConnectivityType |
XksProxyConnectivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XksProxyConnectivityType[] |
XksProxyConnectivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
XksProxyConnectivityType |
CreateCustomKeyStoreRequest.xksProxyConnectivity()
Indicates how KMS communicates with the external key store proxy.
|
XksProxyConnectivityType |
UpdateCustomKeyStoreRequest.xksProxyConnectivity()
Changes the connectivity setting for the external key store.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<XksProxyConnectivityType> |
XksProxyConnectivityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
XksProxyConfigurationType.Builder |
XksProxyConfigurationType.Builder.connectivity(XksProxyConnectivityType connectivity)
Indicates whether the external key store proxy uses a public endpoint or an Amazon VPC endpoint service to
communicate with KMS.
|
CreateCustomKeyStoreRequest.Builder |
CreateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy.
|
UpdateCustomKeyStoreRequest.Builder |
UpdateCustomKeyStoreRequest.Builder.xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Changes the connectivity setting for the external key store.
|
Copyright © 2023. All rights reserved.