| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
ExportDestination.getS3()
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of
a recommendations export file, and its associated metadata file.
|
S3Destination |
ExportLambdaFunctionRecommendationsResult.getS3Destination() |
S3Destination |
ExportEC2InstanceRecommendationsResult.getS3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
S3Destination |
ExportEBSVolumeRecommendationsResult.getS3Destination() |
S3Destination |
ExportAutoScalingGroupRecommendationsResult.getS3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
S3Destination |
S3Destination.withBucket(String bucket)
The name of the Amazon S3 bucket used as the destination of an export file.
|
S3Destination |
S3Destination.withKey(String key)
The Amazon S3 bucket key of an export file.
|
S3Destination |
S3Destination.withMetadataKey(String metadataKey)
The Amazon S3 bucket key of a metadata file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportDestination.setS3(S3Destination s3)
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of
a recommendations export file, and its associated metadata file.
|
void |
ExportLambdaFunctionRecommendationsResult.setS3Destination(S3Destination s3Destination) |
void |
ExportEC2InstanceRecommendationsResult.setS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
void |
ExportEBSVolumeRecommendationsResult.setS3Destination(S3Destination s3Destination) |
void |
ExportAutoScalingGroupRecommendationsResult.setS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
ExportDestination |
ExportDestination.withS3(S3Destination s3)
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of
a recommendations export file, and its associated metadata file.
|
ExportLambdaFunctionRecommendationsResult |
ExportLambdaFunctionRecommendationsResult.withS3Destination(S3Destination s3Destination) |
ExportEC2InstanceRecommendationsResult |
ExportEC2InstanceRecommendationsResult.withS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
ExportEBSVolumeRecommendationsResult |
ExportEBSVolumeRecommendationsResult.withS3Destination(S3Destination s3Destination) |
ExportAutoScalingGroupRecommendationsResult |
ExportAutoScalingGroupRecommendationsResult.withS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
Copyright © 2022. All rights reserved.