Uses of Interface
software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
-
Packages that use ShardNotFoundException.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ShardNotFoundException.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ShardNotFoundException.Builder Modifier and Type Method Description ShardNotFoundException.BuilderShardNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ShardNotFoundException.BuilderShardNotFoundException. builder()ShardNotFoundException.BuilderShardNotFoundException.Builder. cause(Throwable cause)ShardNotFoundException.BuilderShardNotFoundException.Builder. message(String message)ShardNotFoundException.BuilderShardNotFoundException.Builder. requestId(String requestId)ShardNotFoundException.BuilderShardNotFoundException.Builder. statusCode(int statusCode)ShardNotFoundException.BuilderShardNotFoundException. toBuilder()ShardNotFoundException.BuilderShardNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ShardNotFoundException.Builder Modifier and Type Method Description static Class<? extends ShardNotFoundException.Builder>ShardNotFoundException. serializableBuilderClass()
-