Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.RuleNotFoundException.Builder
-
Packages that use RuleNotFoundException.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of RuleNotFoundException.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RuleNotFoundException.Builder Modifier and Type Method Description RuleNotFoundException.BuilderRuleNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static RuleNotFoundException.BuilderRuleNotFoundException. builder()RuleNotFoundException.BuilderRuleNotFoundException.Builder. cause(Throwable cause)RuleNotFoundException.BuilderRuleNotFoundException.Builder. message(String message)RuleNotFoundException.BuilderRuleNotFoundException.Builder. requestId(String requestId)RuleNotFoundException.BuilderRuleNotFoundException.Builder. statusCode(int statusCode)RuleNotFoundException.BuilderRuleNotFoundException. toBuilder()RuleNotFoundException.BuilderRuleNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RuleNotFoundException.Builder Modifier and Type Method Description static Class<? extends RuleNotFoundException.Builder>RuleNotFoundException. serializableBuilderClass()
-