| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudcontrol |
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
|
| software.amazon.awssdk.services.cloudcontrol.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelResourceRequestResponse |
CloudControlClient.cancelResourceRequest(CancelResourceRequestRequest cancelResourceRequestRequest)
Cancels the specified resource operation request.
|
default CancelResourceRequestResponse |
CloudControlClient.cancelResourceRequest(Consumer<CancelResourceRequestRequest.Builder> cancelResourceRequestRequest)
Cancels the specified resource operation request.
|
default CreateResourceResponse |
CloudControlClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest)
Creates the specified resource.
|
default CreateResourceResponse |
CloudControlClient.createResource(CreateResourceRequest createResourceRequest)
Creates the specified resource.
|
default DeleteResourceResponse |
CloudControlClient.deleteResource(Consumer<DeleteResourceRequest.Builder> deleteResourceRequest)
Deletes the specified resource.
|
default DeleteResourceResponse |
CloudControlClient.deleteResource(DeleteResourceRequest deleteResourceRequest)
Deletes the specified resource.
|
default GetResourceResponse |
CloudControlClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest)
Returns information about the current state of the specified resource.
|
default GetResourceResponse |
CloudControlClient.getResource(GetResourceRequest getResourceRequest)
Returns information about the current state of the specified resource.
|
default GetResourceRequestStatusResponse |
CloudControlClient.getResourceRequestStatus(Consumer<GetResourceRequestStatusRequest.Builder> getResourceRequestStatusRequest)
Returns the current status of a resource operation request.
|
default GetResourceRequestStatusResponse |
CloudControlClient.getResourceRequestStatus(GetResourceRequestStatusRequest getResourceRequestStatusRequest)
Returns the current status of a resource operation request.
|
default ListResourceRequestsResponse |
CloudControlClient.listResourceRequests(Consumer<ListResourceRequestsRequest.Builder> listResourceRequestsRequest)
Returns existing resource operation requests.
|
default ListResourceRequestsResponse |
CloudControlClient.listResourceRequests(ListResourceRequestsRequest listResourceRequestsRequest)
Returns existing resource operation requests.
|
default ListResourceRequestsIterable |
CloudControlClient.listResourceRequestsPaginator(Consumer<ListResourceRequestsRequest.Builder> listResourceRequestsRequest)
Returns existing resource operation requests.
|
default ListResourceRequestsIterable |
CloudControlClient.listResourceRequestsPaginator(ListResourceRequestsRequest listResourceRequestsRequest)
Returns existing resource operation requests.
|
default ListResourcesResponse |
CloudControlClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Returns information about the specified resources.
|
default ListResourcesResponse |
CloudControlClient.listResources(ListResourcesRequest listResourcesRequest)
Returns information about the specified resources.
|
default ListResourcesIterable |
CloudControlClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Returns information about the specified resources.
|
default ListResourcesIterable |
CloudControlClient.listResourcesPaginator(ListResourcesRequest listResourcesRequest)
Returns information about the specified resources.
|
default UpdateResourceResponse |
CloudControlClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)
Updates the specified property values in the resource.
|
default UpdateResourceResponse |
CloudControlClient.updateResource(UpdateResourceRequest updateResourceRequest)
Updates the specified property values in the resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyExistsException
The resource with the name requested already exists.
|
class |
ClientTokenConflictException
The specified client token has already been used in another resource request.
|
class |
ConcurrentModificationException
The resource is currently being modified by another operation.
|
class |
ConcurrentOperationException
Another resource operation is currently being performed on this resource.
|
class |
GeneralServiceException
The resource handler has returned that the downstream service generated an error that doesn't map to any other
handler error code.
|
class |
HandlerFailureException
The resource handler has failed without a returning a more specific error code.
|
class |
HandlerInternalFailureException
The resource handler has returned that an unexpected error occurred within the resource handler.
|
class |
InvalidCredentialsException
The resource handler has returned that the credentials provided by the user are invalid.
|
class |
InvalidRequestException
The resource handler has returned that invalid input from the user has generated a generic exception.
|
class |
NetworkFailureException
The resource handler has returned that the request couldn't be completed due to networking issues, such as a failure
to receive a response from the server.
|
class |
NotStabilizedException
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
|
class |
NotUpdatableException
One or more properties included in this resource operation are defined as create-only, and therefore can't be
updated.
|
class |
PrivateTypeException
Cloud Control API hasn't received a valid response from the resource handler, due to a configuration error.
|
class |
RequestTokenNotFoundException
A resource operation with the specified request token can't be found.
|
class |
ResourceConflictException
The resource is temporarily unavailable to be acted upon.
|
class |
ResourceNotFoundException
A resource with the specified identifier can't be found.
|
class |
ServiceInternalErrorException
The resource handler has returned that the downstream service returned an internal error, typically with a
5XX HTTP status code. |
class |
ServiceLimitExceededException
The resource handler has returned that a non-transient resource limit was reached on the service side.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
TypeNotFoundException
The specified extension doesn't exist in the CloudFormation registry.
|
class |
UnsupportedActionException
The specified resource doesn't support this resource operation.
|
| Modifier and Type | Method and Description |
|---|---|
CloudControlException |
CloudControlException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CloudControlException ex) |
Copyright © 2023. All rights reserved.