@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSGlobalAccelerator extends Object implements AWSGlobalAccelerator
AWSGlobalAccelerator. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic CreateAcceleratorResult createAccelerator(CreateAcceleratorRequest request)
AWSGlobalAcceleratorCreate an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example.
You must specify the US-West-2 (Oregon) Region to create or update accelerators.
createAccelerator in interface AWSGlobalAcceleratorpublic CreateEndpointGroupResult createEndpointGroup(CreateEndpointGroupRequest request)
AWSGlobalAcceleratorCreate an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
createEndpointGroup in interface AWSGlobalAcceleratorpublic CreateListenerResult createListener(CreateListenerRequest request)
AWSGlobalAcceleratorCreate a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static IP addresses on a port, port range, or list of port ranges that you specify. To see an AWS CLI example of creating a listener, scroll down to Example.
createListener in interface AWSGlobalAcceleratorpublic DeleteAcceleratorResult deleteAccelerator(DeleteAcceleratorRequest request)
AWSGlobalAcceleratorDelete an accelerator. Note: before you can delete an accelerator, you must disable it and remove all dependent resources (listeners and endpoint groups).
deleteAccelerator in interface AWSGlobalAcceleratorpublic DeleteEndpointGroupResult deleteEndpointGroup(DeleteEndpointGroupRequest request)
AWSGlobalAcceleratorDelete an endpoint group from a listener.
deleteEndpointGroup in interface AWSGlobalAcceleratorpublic DeleteListenerResult deleteListener(DeleteListenerRequest request)
AWSGlobalAcceleratorDelete a listener from an accelerator.
deleteListener in interface AWSGlobalAcceleratorpublic DescribeAcceleratorResult describeAccelerator(DescribeAcceleratorRequest request)
AWSGlobalAcceleratorDescribe an accelerator. To see an AWS CLI example of describing an accelerator, scroll down to Example.
describeAccelerator in interface AWSGlobalAcceleratorpublic DescribeAcceleratorAttributesResult describeAcceleratorAttributes(DescribeAcceleratorAttributesRequest request)
AWSGlobalAcceleratorDescribe the attributes of an accelerator.
describeAcceleratorAttributes in interface AWSGlobalAcceleratorpublic DescribeEndpointGroupResult describeEndpointGroup(DescribeEndpointGroupRequest request)
AWSGlobalAcceleratorDescribe an endpoint group.
describeEndpointGroup in interface AWSGlobalAcceleratorpublic DescribeListenerResult describeListener(DescribeListenerRequest request)
AWSGlobalAcceleratorDescribe a listener.
describeListener in interface AWSGlobalAcceleratorpublic ListAcceleratorsResult listAccelerators(ListAcceleratorsRequest request)
AWSGlobalAcceleratorList the accelerators for an AWS account.
listAccelerators in interface AWSGlobalAcceleratorpublic ListEndpointGroupsResult listEndpointGroups(ListEndpointGroupsRequest request)
AWSGlobalAcceleratorList the endpoint groups that are associated with a listener.
listEndpointGroups in interface AWSGlobalAcceleratorpublic ListListenersResult listListeners(ListListenersRequest request)
AWSGlobalAcceleratorList the listeners for an accelerator.
listListeners in interface AWSGlobalAcceleratorpublic UpdateAcceleratorResult updateAccelerator(UpdateAcceleratorRequest request)
AWSGlobalAcceleratorUpdate an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example.
You must specify the US-West-2 (Oregon) Region to create or update accelerators.
updateAccelerator in interface AWSGlobalAcceleratorpublic UpdateAcceleratorAttributesResult updateAcceleratorAttributes(UpdateAcceleratorAttributesRequest request)
AWSGlobalAcceleratorUpdate the attributes for an accelerator. To see an AWS CLI example of updating an accelerator to enable flow logs, scroll down to Example.
updateAcceleratorAttributes in interface AWSGlobalAcceleratorpublic UpdateEndpointGroupResult updateEndpointGroup(UpdateEndpointGroupRequest request)
AWSGlobalAcceleratorUpdate an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
updateEndpointGroup in interface AWSGlobalAcceleratorpublic UpdateListenerResult updateListener(UpdateListenerRequest request)
AWSGlobalAcceleratorUpdate a listener.
updateListener in interface AWSGlobalAcceleratorpublic void shutdown()
AWSGlobalAcceleratorshutdown in interface AWSGlobalAcceleratorpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSGlobalAcceleratorResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSGlobalAcceleratorrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.