| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictException.Builder |
ConflictException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
static ConflictException.Builder |
ConflictException.builder() |
ConflictException.Builder |
ConflictException.Builder.cause(Throwable cause) |
ConflictException.Builder |
ConflictException.Builder.dependentEntities(Collection<DependentEntity> dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in
use
|
ConflictException.Builder |
ConflictException.Builder.dependentEntities(Consumer<DependentEntity.Builder>... dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in
use This is a convenience method that creates an instance of the
DependentEntity.Builder avoiding the need to create
one manually via DependentEntity.builder(). |
ConflictException.Builder |
ConflictException.Builder.dependentEntities(DependentEntity... dependentEntities)
List of dependent entities containing information on relation type and resourceArns linked to the resource in
use
|
ConflictException.Builder |
ConflictException.Builder.message(String message) |
ConflictException.Builder |
ConflictException.Builder.requestId(String requestId) |
ConflictException.Builder |
ConflictException.Builder.resourceId(String resourceId)
Identifier of the resource in use
|
ConflictException.Builder |
ConflictException.Builder.resourceType(String resourceType)
Type of the resource in use
|
ConflictException.Builder |
ConflictException.Builder.statusCode(int statusCode) |
ConflictException.Builder |
ConflictException.toBuilder() |
ConflictException.Builder |
ConflictException.Builder.writableStackTrace(Boolean writableStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConflictException.Builder> |
ConflictException.serializableBuilderClass() |
Copyright © 2023. All rights reserved.