Uses of Interface
software.amazon.awssdk.services.appmesh.model.UpdateGatewayRouteRequest.Builder
-
Packages that use UpdateGatewayRouteRequest.Builder Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.software.amazon.awssdk.services.appmesh.model -
-
Uses of UpdateGatewayRouteRequest.Builder in software.amazon.awssdk.services.appmesh
Method parameters in software.amazon.awssdk.services.appmesh with type arguments of type UpdateGatewayRouteRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGatewayRouteResponse>AppMeshAsyncClient. updateGatewayRoute(Consumer<UpdateGatewayRouteRequest.Builder> updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.default UpdateGatewayRouteResponseAppMeshClient. updateGatewayRoute(Consumer<UpdateGatewayRouteRequest.Builder> updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh. -
Uses of UpdateGatewayRouteRequest.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return UpdateGatewayRouteRequest.Builder Modifier and Type Method Description static UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest. builder()UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. gatewayRouteName(String gatewayRouteName)The name of the gateway route to update.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. meshName(String meshName)The name of the service mesh that the gateway route resides in.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. meshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. spec(Consumer<GatewayRouteSpec.Builder> spec)The new gateway route specification to apply.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. spec(GatewayRouteSpec spec)The new gateway route specification to apply.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest. toBuilder()UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. virtualGatewayName(String virtualGatewayName)The name of the virtual gateway that the gateway route is associated with.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type UpdateGatewayRouteRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGatewayRouteRequest.Builder>UpdateGatewayRouteRequest. serializableBuilderClass()
-