| 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<CreateResourceResult> |
AbstractAWSCloudControlApiAsync.createResourceAsync(CreateResourceRequest request,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler) |
Future<CreateResourceResult> |
AWSCloudControlApiAsyncClient.createResourceAsync(CreateResourceRequest request,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler) |
Future<CreateResourceResult> |
AWSCloudControlApiAsync.createResourceAsync(CreateResourceRequest createResourceRequest,
AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler)
Creates the specified resource.
|
| 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) role 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 © 2023. All rights reserved.