| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig |
S3DestinationConfig.clone() |
S3DestinationConfig |
ExportLambdaFunctionRecommendationsRequest.getS3DestinationConfig() |
S3DestinationConfig |
ExportEC2InstanceRecommendationsRequest.getS3DestinationConfig()
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
S3DestinationConfig |
ExportEBSVolumeRecommendationsRequest.getS3DestinationConfig() |
S3DestinationConfig |
ExportAutoScalingGroupRecommendationsRequest.getS3DestinationConfig()
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
S3DestinationConfig |
S3DestinationConfig.withBucket(String bucket)
The name of the Amazon S3 bucket to use as the destination for an export job.
|
S3DestinationConfig |
S3DestinationConfig.withKeyPrefix(String keyPrefix)
The Amazon S3 bucket prefix for an export job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportLambdaFunctionRecommendationsRequest.setS3DestinationConfig(S3DestinationConfig s3DestinationConfig) |
void |
ExportEC2InstanceRecommendationsRequest.setS3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
void |
ExportEBSVolumeRecommendationsRequest.setS3DestinationConfig(S3DestinationConfig s3DestinationConfig) |
void |
ExportAutoScalingGroupRecommendationsRequest.setS3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
ExportLambdaFunctionRecommendationsRequest |
ExportLambdaFunctionRecommendationsRequest.withS3DestinationConfig(S3DestinationConfig s3DestinationConfig) |
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withS3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
ExportEBSVolumeRecommendationsRequest |
ExportEBSVolumeRecommendationsRequest.withS3DestinationConfig(S3DestinationConfig s3DestinationConfig) |
ExportAutoScalingGroupRecommendationsRequest |
ExportAutoScalingGroupRecommendationsRequest.withS3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
Copyright © 2022. All rights reserved.