Uses of Class
software.amazon.awssdk.services.appmesh.model.GrpcTimeout
-
Packages that use GrpcTimeout Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GrpcTimeout in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GrpcTimeout Modifier and Type Method Description GrpcTimeoutListenerTimeout. grpc()An object that represents types of timeouts.GrpcTimeoutGrpcRoute. timeout()An object that represents types of timeouts.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type GrpcTimeout Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromGrpc(GrpcTimeout grpc)Create an instance of this class withListenerTimeout.grpc()initialized to the given value.ListenerTimeout.BuilderListenerTimeout.Builder. grpc(GrpcTimeout grpc)An object that represents types of timeouts.GrpcRoute.BuilderGrpcRoute.Builder. timeout(GrpcTimeout timeout)An object that represents types of timeouts.
-