Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.Accelerator
-
Packages that use Accelerator Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of Accelerator in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return Accelerator Modifier and Type Method Description AcceleratorCreateAcceleratorResponse. accelerator()The accelerator that is created by specifying a listener and the supported IP address types.AcceleratorDescribeAcceleratorResponse. accelerator()The description of the accelerator.AcceleratorUpdateAcceleratorResponse. accelerator()Information about the updated accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Accelerator Modifier and Type Method Description List<Accelerator>ListAcceleratorsResponse. accelerators()The list of accelerators for a customer account.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type Accelerator Modifier and Type Method Description CreateAcceleratorResponse.BuilderCreateAcceleratorResponse.Builder. accelerator(Accelerator accelerator)The accelerator that is created by specifying a listener and the supported IP address types.DescribeAcceleratorResponse.BuilderDescribeAcceleratorResponse.Builder. accelerator(Accelerator accelerator)The description of the accelerator.UpdateAcceleratorResponse.BuilderUpdateAcceleratorResponse.Builder. accelerator(Accelerator accelerator)Information about the updated accelerator.ListAcceleratorsResponse.BuilderListAcceleratorsResponse.Builder. accelerators(Accelerator... accelerators)The list of accelerators for a customer account.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Accelerator Modifier and Type Method Description ListAcceleratorsResponse.BuilderListAcceleratorsResponse.Builder. accelerators(Collection<Accelerator> accelerators)The list of accelerators for a customer account. -
Uses of Accelerator in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type Accelerator Modifier and Type Method Description SdkIterable<Accelerator>ListAcceleratorsIterable. accelerators()Returns an iterable to iterate through the paginatedListAcceleratorsResponse.accelerators()member.SdkPublisher<Accelerator>ListAcceleratorsPublisher. accelerators()Returns a publisher that can be used to get a stream of data.
-