Uses of Interface
software.amazon.awssdk.services.ec2.model.GetRouteServerPropagationsRequest.Builder
-
Packages that use GetRouteServerPropagationsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetRouteServerPropagationsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetRouteServerPropagationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRouteServerPropagationsResponse>Ec2AsyncClient. getRouteServerPropagations(Consumer<GetRouteServerPropagationsRequest.Builder> getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server.default GetRouteServerPropagationsResponseEc2Client. getRouteServerPropagations(Consumer<GetRouteServerPropagationsRequest.Builder> getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server. -
Uses of GetRouteServerPropagationsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetRouteServerPropagationsRequest.Builder Modifier and Type Method Description static GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest. builder()GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest.Builder. dryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest.Builder. routeServerId(String routeServerId)The ID of the route server for which to get propagation information.GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest.Builder. routeTableId(String routeTableId)The ID of the route table for which to get propagation information.GetRouteServerPropagationsRequest.BuilderGetRouteServerPropagationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetRouteServerPropagationsRequest.Builder Modifier and Type Method Description static Class<? extends GetRouteServerPropagationsRequest.Builder>GetRouteServerPropagationsRequest. serializableBuilderClass()
-