Uses of Interface
software.amazon.awssdk.services.storagegateway.model.StorageGatewayError.Builder
-
Packages that use StorageGatewayError.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of StorageGatewayError.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return StorageGatewayError.Builder Modifier and Type Method Description static StorageGatewayError.BuilderStorageGatewayError. builder()StorageGatewayError.BuilderStorageGatewayError.Builder. errorCode(String errorCode)Additional information about the error.StorageGatewayError.BuilderStorageGatewayError.Builder. errorCode(ErrorCode errorCode)Additional information about the error.StorageGatewayError.BuilderStorageGatewayError.Builder. errorDetails(Map<String,String> errorDetails)Human-readable text that provides detail about the error that occurred.StorageGatewayError.BuilderStorageGatewayError. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type StorageGatewayError.Builder Modifier and Type Method Description static Class<? extends StorageGatewayError.Builder>StorageGatewayError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type StorageGatewayError.Builder Modifier and Type Method Description default ServiceUnavailableErrorException.BuilderServiceUnavailableErrorException.Builder. error(Consumer<StorageGatewayError.Builder> error)A StorageGatewayError that provides more information about the cause of the error.
-