Uses of Class
software.amazon.awssdk.services.resiliencehub.model.FailurePolicy
-
Packages that use FailurePolicy Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of FailurePolicy in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type FailurePolicy Modifier and Type Method Description Map<DisruptionType,FailurePolicy>CreateResiliencyPolicyRequest. policy()The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.Map<DisruptionType,FailurePolicy>ResiliencyPolicy. policy()The resiliency policy.Map<DisruptionType,FailurePolicy>UpdateResiliencyPolicyRequest. policy()The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.Map<String,FailurePolicy>CreateResiliencyPolicyRequest. policyAsStrings()The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.Map<String,FailurePolicy>ResiliencyPolicy. policyAsStrings()The resiliency policy.Map<String,FailurePolicy>UpdateResiliencyPolicyRequest. policyAsStrings()The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type FailurePolicy Modifier and Type Method Description CreateResiliencyPolicyRequest.BuilderCreateResiliencyPolicyRequest.Builder. policy(Map<DisruptionType,FailurePolicy> policy)The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.ResiliencyPolicy.BuilderResiliencyPolicy.Builder. policy(Map<DisruptionType,FailurePolicy> policy)The resiliency policy.UpdateResiliencyPolicyRequest.BuilderUpdateResiliencyPolicyRequest.Builder. policy(Map<DisruptionType,FailurePolicy> policy)The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.CreateResiliencyPolicyRequest.BuilderCreateResiliencyPolicyRequest.Builder. policyWithStrings(Map<String,FailurePolicy> policy)The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.ResiliencyPolicy.BuilderResiliencyPolicy.Builder. policyWithStrings(Map<String,FailurePolicy> policy)The resiliency policy.UpdateResiliencyPolicyRequest.BuilderUpdateResiliencyPolicyRequest.Builder. policyWithStrings(Map<String,FailurePolicy> policy)The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
-