| 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<CreateResourceResult> |
AWSCloudControlApiAsyncClient.createResourceAsync(CreateResourceRequest request,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler) |
Future<CreateResourceResult> |
AWSCloudControlApiAsync.createResourceAsync(CreateResourceRequest createResourceRequest,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler)
Creates the specified resource.
|
Future<CreateResourceResult> |
AbstractAWSCloudControlApiAsync.createResourceAsync(CreateResourceRequest request,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateResourceRequest |
CreateResourceRequest.clone() |
CreateResourceRequest |
CreateResourceRequest.withClientToken(String clientToken)
A unique identifier to ensure the idempotency of the resource request.
|
CreateResourceRequest |
CreateResourceRequest.withDesiredState(String desiredState)
Structured data format representing the desired state of the resource, consisting of that resource's properties
and their desired values.
|
CreateResourceRequest |
CreateResourceRequest.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.
|
CreateResourceRequest |
CreateResourceRequest.withTypeName(String typeName)
The name of the resource type.
|
CreateResourceRequest |
CreateResourceRequest.withTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation.
|
Copyright © 2021. All rights reserved.