Uses of Class
software.amazon.awssdk.services.appmesh.model.GrpcRetryPolicyEvent
-
Packages that use GrpcRetryPolicyEvent Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GrpcRetryPolicyEvent in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GrpcRetryPolicyEvent Modifier and Type Method Description static GrpcRetryPolicyEventGrpcRetryPolicyEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GrpcRetryPolicyEventGrpcRetryPolicyEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcRetryPolicyEvent[]GrpcRetryPolicyEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type GrpcRetryPolicyEvent Modifier and Type Method Description List<GrpcRetryPolicyEvent>GrpcRetryPolicy. grpcRetryEvents()Specify at least one of the valid values.static Set<GrpcRetryPolicyEvent>GrpcRetryPolicyEvent. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type GrpcRetryPolicyEvent Modifier and Type Method Description GrpcRetryPolicy.BuilderGrpcRetryPolicy.Builder. grpcRetryEvents(GrpcRetryPolicyEvent... grpcRetryEvents)Specify at least one of the valid values.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type GrpcRetryPolicyEvent Modifier and Type Method Description GrpcRetryPolicy.BuilderGrpcRetryPolicy.Builder. grpcRetryEvents(Collection<GrpcRetryPolicyEvent> grpcRetryEvents)Specify at least one of the valid values.
-