Uses of Interface
software.amazon.awssdk.services.outposts.model.ConflictException.Builder
Packages that use ConflictException.Builder
-
Uses of ConflictException.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ConflictException.BuilderModifier and TypeMethodDescriptionConflictException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) static ConflictException.BuilderConflictException.builder()ConflictException.Builder.numAttempts(Integer numAttempts) ConflictException.Builder.resourceId(String resourceId) The ID of the resource causing the conflict.ConflictException.Builder.resourceType(String resourceType) The type of the resource causing the conflict.ConflictException.Builder.resourceType(ResourceType resourceType) The type of the resource causing the conflict.ConflictException.Builder.statusCode(int statusCode) ConflictException.toBuilder()ConflictException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ConflictException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConflictException.Builder>ConflictException.serializableBuilderClass()