Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingAccelerator
-
Packages that use CustomRoutingAccelerator Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of CustomRoutingAccelerator in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return CustomRoutingAccelerator Modifier and Type Method Description CustomRoutingAcceleratorCreateCustomRoutingAcceleratorResponse. accelerator()The accelerator that is created.CustomRoutingAcceleratorDescribeCustomRoutingAcceleratorResponse. accelerator()The description of the custom routing accelerator.CustomRoutingAcceleratorUpdateCustomRoutingAcceleratorResponse. accelerator()Information about the updated custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingAccelerator Modifier and Type Method Description List<CustomRoutingAccelerator>ListCustomRoutingAcceleratorsResponse. accelerators()The list of custom routing accelerators for a customer account.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingAccelerator Modifier and Type Method Description CreateCustomRoutingAcceleratorResponse.BuilderCreateCustomRoutingAcceleratorResponse.Builder. accelerator(CustomRoutingAccelerator accelerator)The accelerator that is created.DescribeCustomRoutingAcceleratorResponse.BuilderDescribeCustomRoutingAcceleratorResponse.Builder. accelerator(CustomRoutingAccelerator accelerator)The description of the custom routing accelerator.UpdateCustomRoutingAcceleratorResponse.BuilderUpdateCustomRoutingAcceleratorResponse.Builder. accelerator(CustomRoutingAccelerator accelerator)Information about the updated custom routing accelerator.ListCustomRoutingAcceleratorsResponse.BuilderListCustomRoutingAcceleratorsResponse.Builder. accelerators(CustomRoutingAccelerator... accelerators)The list of custom routing accelerators for a customer account.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type CustomRoutingAccelerator Modifier and Type Method Description ListCustomRoutingAcceleratorsResponse.BuilderListCustomRoutingAcceleratorsResponse.Builder. accelerators(Collection<CustomRoutingAccelerator> accelerators)The list of custom routing accelerators for a customer account. -
Uses of CustomRoutingAccelerator in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type CustomRoutingAccelerator Modifier and Type Method Description SdkIterable<CustomRoutingAccelerator>ListCustomRoutingAcceleratorsIterable. accelerators()Returns an iterable to iterate through the paginatedListCustomRoutingAcceleratorsResponse.accelerators()member.SdkPublisher<CustomRoutingAccelerator>ListCustomRoutingAcceleratorsPublisher. accelerators()Returns a publisher that can be used to get a stream of data.
-