Uses of Class
software.amazon.awssdk.services.chime.model.SipMediaApplicationEndpoint
-
Packages that use SipMediaApplicationEndpoint Package Description software.amazon.awssdk.services.chime.model -
-
Uses of SipMediaApplicationEndpoint in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type SipMediaApplicationEndpoint Modifier and Type Method Description List<SipMediaApplicationEndpoint>CreateSipMediaApplicationRequest. endpoints()List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application.List<SipMediaApplicationEndpoint>SipMediaApplication. endpoints()List of endpoints for SIP media application.List<SipMediaApplicationEndpoint>UpdateSipMediaApplicationRequest. endpoints()The new set of endpoints for the specified SIP media application.Methods in software.amazon.awssdk.services.chime.model with parameters of type SipMediaApplicationEndpoint Modifier and Type Method Description CreateSipMediaApplicationRequest.BuilderCreateSipMediaApplicationRequest.Builder. endpoints(SipMediaApplicationEndpoint... endpoints)List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application.SipMediaApplication.BuilderSipMediaApplication.Builder. endpoints(SipMediaApplicationEndpoint... endpoints)List of endpoints for SIP media application.UpdateSipMediaApplicationRequest.BuilderUpdateSipMediaApplicationRequest.Builder. endpoints(SipMediaApplicationEndpoint... endpoints)The new set of endpoints for the specified SIP media application.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type SipMediaApplicationEndpoint Modifier and Type Method Description CreateSipMediaApplicationRequest.BuilderCreateSipMediaApplicationRequest.Builder. endpoints(Collection<SipMediaApplicationEndpoint> endpoints)List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application.SipMediaApplication.BuilderSipMediaApplication.Builder. endpoints(Collection<SipMediaApplicationEndpoint> endpoints)List of endpoints for SIP media application.UpdateSipMediaApplicationRequest.BuilderUpdateSipMediaApplicationRequest.Builder. endpoints(Collection<SipMediaApplicationEndpoint> endpoints)The new set of endpoints for the specified SIP media application.
-