Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListByoipCidrsResponse
-
Packages that use ListByoipCidrsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListByoipCidrsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListByoipCidrsResponse Modifier and Type Method Description default ListByoipCidrsResponseGlobalAcceleratorClient. listByoipCidrs(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.default ListByoipCidrsResponseGlobalAcceleratorClient. listByoipCidrs(ListByoipCidrsRequest listByoipCidrsRequest)Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListByoipCidrsResponse Modifier and Type Method Description default CompletableFuture<ListByoipCidrsResponse>GlobalAcceleratorAsyncClient. listByoipCidrs(Consumer<ListByoipCidrsRequest.Builder> listByoipCidrsRequest)Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.default CompletableFuture<ListByoipCidrsResponse>GlobalAcceleratorAsyncClient. listByoipCidrs(ListByoipCidrsRequest listByoipCidrsRequest)Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes. -
Uses of ListByoipCidrsResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListByoipCidrsResponse Modifier and Type Method Description Iterator<ListByoipCidrsResponse>ListByoipCidrsIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListByoipCidrsResponse Modifier and Type Method Description voidListByoipCidrsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListByoipCidrsResponse> subscriber)
-