Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.ListByoipCidrsRequest.Builder
-
Packages that use ListByoipCidrsRequest.Builder Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of ListByoipCidrsRequest.Builder in software.amazon.awssdk.services.globalaccelerator
Method parameters in software.amazon.awssdk.services.globalaccelerator with type arguments of type ListByoipCidrsRequest.Builder 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 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 ListByoipCidrsPublisherGlobalAcceleratorAsyncClient. listByoipCidrsPaginator(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 ListByoipCidrsIterableGlobalAcceleratorClient. listByoipCidrsPaginator(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. -
Uses of ListByoipCidrsRequest.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return ListByoipCidrsRequest.Builder Modifier and Type Method Description static ListByoipCidrsRequest.BuilderListByoipCidrsRequest. builder()ListByoipCidrsRequest.BuilderListByoipCidrsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListByoipCidrsRequest.BuilderListByoipCidrsRequest.Builder. nextToken(String nextToken)The token for the next page of results.ListByoipCidrsRequest.BuilderListByoipCidrsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListByoipCidrsRequest.BuilderListByoipCidrsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListByoipCidrsRequest.BuilderListByoipCidrsRequest. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ListByoipCidrsRequest.Builder Modifier and Type Method Description static Class<? extends ListByoipCidrsRequest.Builder>ListByoipCidrsRequest. serializableBuilderClass()
-