Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListByoipCidrsRequest
-
Packages that use ListByoipCidrsRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of ListByoipCidrsRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type ListByoipCidrsRequest Modifier and Type Method Description 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.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.default ListByoipCidrsPublisherGlobalAcceleratorAsyncClient. listByoipCidrsPaginator(ListByoipCidrsRequest listByoipCidrsRequest)This is a variant ofGlobalAcceleratorAsyncClient.listByoipCidrs(software.amazon.awssdk.services.globalaccelerator.model.ListByoipCidrsRequest)operation.default ListByoipCidrsIterableGlobalAcceleratorClient. listByoipCidrsPaginator(ListByoipCidrsRequest listByoipCidrsRequest)This is a variant ofGlobalAcceleratorClient.listByoipCidrs(software.amazon.awssdk.services.globalaccelerator.model.ListByoipCidrsRequest)operation. -
Uses of ListByoipCidrsRequest in software.amazon.awssdk.services.globalaccelerator.paginators
Constructors in software.amazon.awssdk.services.globalaccelerator.paginators with parameters of type ListByoipCidrsRequest Constructor Description ListByoipCidrsIterable(GlobalAcceleratorClient client, ListByoipCidrsRequest firstRequest)ListByoipCidrsPublisher(GlobalAcceleratorAsyncClient client, ListByoipCidrsRequest firstRequest) -
Uses of ListByoipCidrsRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type ListByoipCidrsRequest Modifier and Type Method Description SdkHttpFullRequestListByoipCidrsRequestMarshaller. marshall(ListByoipCidrsRequest listByoipCidrsRequest)
-