| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi |
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateResourceResult> |
AbstractAWSCloudControlApiAsync.updateResourceAsync(UpdateResourceRequest request,
AsyncHandler<UpdateResourceRequest,UpdateResourceResult> asyncHandler) |
Future<UpdateResourceResult> |
AWSCloudControlApiAsyncClient.updateResourceAsync(UpdateResourceRequest request,
AsyncHandler<UpdateResourceRequest,UpdateResourceResult> asyncHandler) |
Future<UpdateResourceResult> |
AWSCloudControlApiAsync.updateResourceAsync(UpdateResourceRequest updateResourceRequest,
AsyncHandler<UpdateResourceRequest,UpdateResourceResult> asyncHandler)
Updates the specified property values in the resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceRequest |
UpdateResourceRequest.clone() |
UpdateResourceRequest |
UpdateResourceRequest.withClientToken(String clientToken)
A unique identifier to ensure the idempotency of the resource request.
|
UpdateResourceRequest |
UpdateResourceRequest.withIdentifier(String identifier)
The identifier for the resource.
|
UpdateResourceRequest |
UpdateResourceRequest.withPatchDocument(String patchDocument)
A JavaScript Object Notation (JSON) document listing the patch operations that represent the updates to apply to
the current resource properties.
|
UpdateResourceRequest |
UpdateResourceRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation.
|
UpdateResourceRequest |
UpdateResourceRequest.withTypeName(String typeName)
The name of the resource type.
|
UpdateResourceRequest |
UpdateResourceRequest.withTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation.
|
Copyright © 2023. All rights reserved.