Uses of Class
software.amazon.awssdk.services.chime.model.MemberError
-
Packages that use MemberError Package Description software.amazon.awssdk.services.chime.model -
-
Uses of MemberError in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type MemberError Modifier and Type Method Description List<MemberError>BatchCreateRoomMembershipResponse. errors()If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.Methods in software.amazon.awssdk.services.chime.model with parameters of type MemberError Modifier and Type Method Description BatchCreateRoomMembershipResponse.BuilderBatchCreateRoomMembershipResponse.Builder. errors(MemberError... errors)If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type MemberError Modifier and Type Method Description BatchCreateRoomMembershipResponse.BuilderBatchCreateRoomMembershipResponse.Builder. errors(Collection<MemberError> errors)If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
-