| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi |
Use Amazon Web Services Cloud Control API to create, read, update, delete, and list (CRUD-L) your cloud resources
that belong to a wide range of services--both Amazon Web Services and third-party.
|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateResourceResult> |
AbstractAWSCloudControlApiAsync.updateResourceAsync(UpdateResourceRequest request,
AsyncHandler<UpdateResourceRequest,UpdateResourceResult> asyncHandler) |
| 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) 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 © 2021. All rights reserved.