| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GrpcTimeout |
GrpcTimeout.clone() |
GrpcTimeout |
ListenerTimeout.getGrpc() |
GrpcTimeout |
GrpcRoute.getTimeout()
An object that represents types of timeouts.
|
GrpcTimeout |
GrpcTimeout.withIdle(Duration idle)
An object that represents an idle timeout.
|
GrpcTimeout |
GrpcTimeout.withPerRequest(Duration perRequest)
An object that represents a per request timeout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerTimeout.setGrpc(GrpcTimeout grpc) |
void |
GrpcRoute.setTimeout(GrpcTimeout timeout)
An object that represents types of timeouts.
|
ListenerTimeout |
ListenerTimeout.withGrpc(GrpcTimeout grpc) |
GrpcRoute |
GrpcRoute.withTimeout(GrpcTimeout timeout)
An object that represents types of timeouts.
|
Copyright © 2020. All rights reserved.