Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ValidationSettings
-
Packages that use ValidationSettings Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of ValidationSettings in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return ValidationSettings Modifier and Type Method Description ValidationSettingsCreatePolicyStoreRequest. validationSettings()Specifies the validation setting for this policy store.ValidationSettingsGetPolicyStoreResponse. validationSettings()The current validation settings for the policy store.ValidationSettingsUpdatePolicyStoreRequest. validationSettings()A structure that defines the validation settings that want to enable for the policy store.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type ValidationSettings Modifier and Type Method Description CreatePolicyStoreRequest.BuilderCreatePolicyStoreRequest.Builder. validationSettings(ValidationSettings validationSettings)Specifies the validation setting for this policy store.GetPolicyStoreResponse.BuilderGetPolicyStoreResponse.Builder. validationSettings(ValidationSettings validationSettings)The current validation settings for the policy store.UpdatePolicyStoreRequest.BuilderUpdatePolicyStoreRequest.Builder. validationSettings(ValidationSettings validationSettings)A structure that defines the validation settings that want to enable for the policy store.
-