Uses of Interface
software.amazon.awssdk.services.globalaccelerator.GlobalAcceleratorBaseClientBuilder
-
Packages that use GlobalAcceleratorBaseClientBuilder Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of GlobalAcceleratorBaseClientBuilder in software.amazon.awssdk.services.globalaccelerator
Classes in software.amazon.awssdk.services.globalaccelerator with type parameters of type GlobalAcceleratorBaseClientBuilder Modifier and Type Interface Description interfaceGlobalAcceleratorBaseClientBuilder<B extends GlobalAcceleratorBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Global Accelerator that is supported by bothGlobalAcceleratorClientBuilderandGlobalAcceleratorAsyncClientBuilder.Subinterfaces of GlobalAcceleratorBaseClientBuilder in software.amazon.awssdk.services.globalaccelerator Modifier and Type Interface Description interfaceGlobalAcceleratorAsyncClientBuilderA builder for creating an instance ofGlobalAcceleratorAsyncClient.interfaceGlobalAcceleratorClientBuilderA builder for creating an instance ofGlobalAcceleratorClient.
-