| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator |
|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAcceleratorAttributesResult> |
AWSGlobalAcceleratorAsync.updateAcceleratorAttributesAsync(UpdateAcceleratorAttributesRequest updateAcceleratorAttributesRequest,
AsyncHandler<UpdateAcceleratorAttributesRequest,UpdateAcceleratorAttributesResult> asyncHandler)
Update the attributes for an accelerator.
|
Future<UpdateAcceleratorAttributesResult> |
AbstractAWSGlobalAcceleratorAsync.updateAcceleratorAttributesAsync(UpdateAcceleratorAttributesRequest request,
AsyncHandler<UpdateAcceleratorAttributesRequest,UpdateAcceleratorAttributesResult> asyncHandler) |
Future<UpdateAcceleratorAttributesResult> |
AWSGlobalAcceleratorAsyncClient.updateAcceleratorAttributesAsync(UpdateAcceleratorAttributesRequest request,
AsyncHandler<UpdateAcceleratorAttributesRequest,UpdateAcceleratorAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAcceleratorAttributesRequest |
UpdateAcceleratorAttributesRequest.clone() |
UpdateAcceleratorAttributesRequest |
UpdateAcceleratorAttributesRequest.withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
UpdateAcceleratorAttributesRequest |
UpdateAcceleratorAttributesRequest.withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
UpdateAcceleratorAttributesRequest |
UpdateAcceleratorAttributesRequest.withFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs.
|
UpdateAcceleratorAttributesRequest |
UpdateAcceleratorAttributesRequest.withFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
Copyright © 2021. All rights reserved.