| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationSettings |
ValidationSettings.clone() |
ValidationSettings |
GetPolicyStoreResult.getValidationSettings()
The current validation settings for the policy store.
|
ValidationSettings |
UpdatePolicyStoreRequest.getValidationSettings()
A structure that defines the validation settings that want to enable for the policy store.
|
ValidationSettings |
CreatePolicyStoreRequest.getValidationSettings()
Specifies the validation setting for this policy store.
|
ValidationSettings |
ValidationSettings.withMode(String mode)
The validation mode currently configured for this policy store.
|
ValidationSettings |
ValidationSettings.withMode(ValidationMode mode)
The validation mode currently configured for this policy store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPolicyStoreResult.setValidationSettings(ValidationSettings validationSettings)
The current validation settings for the policy store.
|
void |
UpdatePolicyStoreRequest.setValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
void |
CreatePolicyStoreRequest.setValidationSettings(ValidationSettings validationSettings)
Specifies the validation setting for this policy store.
|
GetPolicyStoreResult |
GetPolicyStoreResult.withValidationSettings(ValidationSettings validationSettings)
The current validation settings for the policy store.
|
UpdatePolicyStoreRequest |
UpdatePolicyStoreRequest.withValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
CreatePolicyStoreRequest |
CreatePolicyStoreRequest.withValidationSettings(ValidationSettings validationSettings)
Specifies the validation setting for this policy store.
|
Copyright © 2023. All rights reserved.