Uses of Class
software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse
-
Packages that use GetTransitGatewayPrefixListReferencesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetTransitGatewayPrefixListReferencesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetTransitGatewayPrefixListReferencesResponse Modifier and Type Method Description default GetTransitGatewayPrefixListReferencesResponseEc2Client. getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)Gets information about the prefix list references in a specified transit gateway route table.default GetTransitGatewayPrefixListReferencesResponseEc2Client. getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)Gets information about the prefix list references in a specified transit gateway route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetTransitGatewayPrefixListReferencesResponse Modifier and Type Method Description default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse>Ec2AsyncClient. getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)Gets information about the prefix list references in a specified transit gateway route table.default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse>Ec2AsyncClient. getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)Gets information about the prefix list references in a specified transit gateway route table. -
Uses of GetTransitGatewayPrefixListReferencesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetTransitGatewayPrefixListReferencesResponse Modifier and Type Method Description Iterator<GetTransitGatewayPrefixListReferencesResponse>GetTransitGatewayPrefixListReferencesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetTransitGatewayPrefixListReferencesResponse Modifier and Type Method Description voidGetTransitGatewayPrefixListReferencesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayPrefixListReferencesResponse> subscriber)
-