| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityServiceType |
SecurityServiceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SecurityServiceType |
PolicySummary.securityServiceType()
The service that the policy is using to protect the resources.
|
SecurityServiceType |
GetProtectionStatusResponse.serviceType()
The service type that is protected by the policy.
|
SecurityServiceType |
SecurityServicePolicyData.type()
The service that the policy is using to protect the resources.
|
static SecurityServiceType |
SecurityServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityServiceType[] |
SecurityServiceType.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<SecurityServiceType> |
SecurityServiceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PolicySummary.Builder |
PolicySummary.Builder.securityServiceType(SecurityServiceType securityServiceType)
The service that the policy is using to protect the resources.
|
GetProtectionStatusResponse.Builder |
GetProtectionStatusResponse.Builder.serviceType(SecurityServiceType serviceType)
The service type that is protected by the policy.
|
SecurityServicePolicyData.Builder |
SecurityServicePolicyData.Builder.type(SecurityServiceType type)
The service that the policy is using to protect the resources.
|
Copyright © 2019. All rights reserved.