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