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