Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.ShareError.Builder
-
Packages that use ShareError.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ShareError.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ShareError.Builder Modifier and Type Method Description ShareError.BuilderShareError.Builder. accounts(String... accounts)List of accounts impacted by the error.ShareError.BuilderShareError.Builder. accounts(Collection<String> accounts)List of accounts impacted by the error.static ShareError.BuilderShareError. builder()ShareError.BuilderShareError.Builder. error(String error)Error type that happened when processing the operation.ShareError.BuilderShareError.Builder. message(String message)Information about the error.ShareError.BuilderShareError. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ShareError.Builder Modifier and Type Method Description static Class<? extends ShareError.Builder>ShareError. serializableBuilderClass()
-