| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default CreateAppInstanceResponse |
ChimeClient.createAppInstance(Consumer<CreateAppInstanceRequest.Builder> createAppInstanceRequest)
Creates an Amazon Chime SDK messaging
AppInstance under an AWS account. |
default CreateAppInstanceResponse |
ChimeClient.createAppInstance(CreateAppInstanceRequest createAppInstanceRequest)
Creates an Amazon Chime SDK messaging
AppInstance under an AWS account. |
default CreateAppInstanceAdminResponse |
ChimeClient.createAppInstanceAdmin(Consumer<CreateAppInstanceAdminRequest.Builder> createAppInstanceAdminRequest)
Promotes an
AppInstanceUser to an AppInstanceAdmin. |
default CreateAppInstanceAdminResponse |
ChimeClient.createAppInstanceAdmin(CreateAppInstanceAdminRequest createAppInstanceAdminRequest)
Promotes an
AppInstanceUser to an AppInstanceAdmin. |
default CreateAppInstanceUserResponse |
ChimeClient.createAppInstanceUser(Consumer<CreateAppInstanceUserRequest.Builder> createAppInstanceUserRequest)
Creates a user under an Amazon Chime
AppInstance. |
default CreateAppInstanceUserResponse |
ChimeClient.createAppInstanceUser(CreateAppInstanceUserRequest createAppInstanceUserRequest)
Creates a user under an Amazon Chime
AppInstance. |
default CreateAttendeeResponse |
ChimeClient.createAttendee(Consumer<CreateAttendeeRequest.Builder> createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateAttendeeResponse |
ChimeClient.createAttendee(CreateAttendeeRequest createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateBotResponse |
ChimeClient.createBot(Consumer<CreateBotRequest.Builder> createBotRequest)
Creates a bot for an Amazon Chime Enterprise account.
|
default CreateBotResponse |
ChimeClient.createBot(CreateBotRequest createBotRequest)
Creates a bot for an Amazon Chime Enterprise account.
|
default CreateChannelResponse |
ChimeClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a channel to which you can add users and send messages.
|
default CreateChannelResponse |
ChimeClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel to which you can add users and send messages.
|
default CreateChannelBanResponse |
ChimeClient.createChannelBan(Consumer<CreateChannelBanRequest.Builder> createChannelBanRequest)
Permanently bans a member from a channel.
|
default CreateChannelBanResponse |
ChimeClient.createChannelBan(CreateChannelBanRequest createChannelBanRequest)
Permanently bans a member from a channel.
|
default CreateChannelMembershipResponse |
ChimeClient.createChannelMembership(Consumer<CreateChannelMembershipRequest.Builder> createChannelMembershipRequest)
Adds a user to a channel.
|
default CreateChannelMembershipResponse |
ChimeClient.createChannelMembership(CreateChannelMembershipRequest createChannelMembershipRequest)
Adds a user to a channel.
|
default CreateChannelModeratorResponse |
ChimeClient.createChannelModerator(Consumer<CreateChannelModeratorRequest.Builder> createChannelModeratorRequest)
Creates a new
ChannelModerator. |
default CreateChannelModeratorResponse |
ChimeClient.createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)
Creates a new
ChannelModerator. |
default CreateMediaCapturePipelineResponse |
ChimeClient.createMediaCapturePipeline(Consumer<CreateMediaCapturePipelineRequest.Builder> createMediaCapturePipelineRequest)
Creates a media capture pipeline.
|
default CreateMediaCapturePipelineResponse |
ChimeClient.createMediaCapturePipeline(CreateMediaCapturePipelineRequest createMediaCapturePipelineRequest)
Creates a media capture pipeline.
|
default CreateMeetingResponse |
ChimeClient.createMeeting(Consumer<CreateMeetingRequest.Builder> createMeetingRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
|
default CreateMeetingResponse |
ChimeClient.createMeeting(CreateMeetingRequest createMeetingRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
|
default CreateMeetingDialOutResponse |
ChimeClient.createMeetingDialOut(Consumer<CreateMeetingDialOutRequest.Builder> createMeetingDialOutRequest)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
default CreateMeetingDialOutResponse |
ChimeClient.createMeetingDialOut(CreateMeetingDialOutRequest createMeetingDialOutRequest)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
default CreateMeetingWithAttendeesResponse |
ChimeClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default CreateMeetingWithAttendeesResponse |
ChimeClient.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default CreatePhoneNumberOrderResponse |
ChimeClient.createPhoneNumberOrder(Consumer<CreatePhoneNumberOrderRequest.Builder> createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreatePhoneNumberOrderResponse |
ChimeClient.createPhoneNumberOrder(CreatePhoneNumberOrderRequest createPhoneNumberOrderRequest)
Creates an order for phone numbers to be provisioned.
|
default CreateRoomResponse |
ChimeClient.createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
default CreateRoomResponse |
ChimeClient.createRoom(CreateRoomRequest createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
default CreateRoomMembershipResponse |
ChimeClient.createRoomMembership(Consumer<CreateRoomMembershipRequest.Builder> createRoomMembershipRequest)
Adds a member to a chat room in an Amazon Chime Enterprise account.
|
default CreateRoomMembershipResponse |
ChimeClient.createRoomMembership(CreateRoomMembershipRequest createRoomMembershipRequest)
Adds a member to a chat room in an Amazon Chime Enterprise account.
|
default CreateSipMediaApplicationResponse |
ChimeClient.createSipMediaApplication(Consumer<CreateSipMediaApplicationRequest.Builder> createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationResponse |
ChimeClient.createSipMediaApplication(CreateSipMediaApplicationRequest createSipMediaApplicationRequest)
Creates a SIP media application.
|
default CreateSipMediaApplicationCallResponse |
ChimeClient.createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipMediaApplicationCallResponse |
ChimeClient.createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)
Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the
endpoint of the specified
sipMediaApplicationId. |
default CreateSipRuleResponse |
ChimeClient.createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest)
Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateSipRuleResponse |
ChimeClient.createSipRule(CreateSipRuleRequest createSipRuleRequest)
Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
|
default CreateVoiceConnectorResponse |
ChimeClient.createVoiceConnector(Consumer<CreateVoiceConnectorRequest.Builder> createVoiceConnectorRequest)
Creates an Amazon Chime Voice Connector under the administrator's AWS account.
|
default CreateVoiceConnectorResponse |
ChimeClient.createVoiceConnector(CreateVoiceConnectorRequest createVoiceConnectorRequest)
Creates an Amazon Chime Voice Connector under the administrator's AWS account.
|
default CreateVoiceConnectorGroupResponse |
ChimeClient.createVoiceConnectorGroup(Consumer<CreateVoiceConnectorGroupRequest.Builder> createVoiceConnectorGroupRequest)
Creates an Amazon Chime Voice Connector group under the administrator's AWS account.
|
default CreateVoiceConnectorGroupResponse |
ChimeClient.createVoiceConnectorGroup(CreateVoiceConnectorGroupRequest createVoiceConnectorGroupRequest)
Creates an Amazon Chime Voice Connector group under the administrator's AWS account.
|
default DeleteEventsConfigurationResponse |
ChimeClient.deleteEventsConfiguration(Consumer<DeleteEventsConfigurationRequest.Builder> deleteEventsConfigurationRequest)
Deletes the events configuration that allows a bot to receive outgoing events.
|
default DeleteEventsConfigurationResponse |
ChimeClient.deleteEventsConfiguration(DeleteEventsConfigurationRequest deleteEventsConfigurationRequest)
Deletes the events configuration that allows a bot to receive outgoing events.
|
default GetEventsConfigurationResponse |
ChimeClient.getEventsConfiguration(Consumer<GetEventsConfigurationRequest.Builder> getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default GetEventsConfigurationResponse |
ChimeClient.getEventsConfiguration(GetEventsConfigurationRequest getEventsConfigurationRequest)
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint
or Lambda function ARN.
|
default PutEventsConfigurationResponse |
ChimeClient.putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
default PutEventsConfigurationResponse |
ChimeClient.putEventsConfiguration(PutEventsConfigurationRequest putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
default RestorePhoneNumberResponse |
ChimeClient.restorePhoneNumber(Consumer<RestorePhoneNumberRequest.Builder> restorePhoneNumberRequest)
Moves a phone number from the Deletion queue back into the phone number Inventory.
|
default RestorePhoneNumberResponse |
ChimeClient.restorePhoneNumber(RestorePhoneNumberRequest restorePhoneNumberRequest)
Moves a phone number from the Deletion queue back into the phone number Inventory.
|
default StartMeetingTranscriptionResponse |
ChimeClient.startMeetingTranscription(Consumer<StartMeetingTranscriptionRequest.Builder> startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default StartMeetingTranscriptionResponse |
ChimeClient.startMeetingTranscription(StartMeetingTranscriptionRequest startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default TagAttendeeResponse |
ChimeClient.tagAttendee(Consumer<TagAttendeeRequest.Builder> tagAttendeeRequest)
Applies the specified tags to the specified Amazon Chime SDK attendee.
|
default TagAttendeeResponse |
ChimeClient.tagAttendee(TagAttendeeRequest tagAttendeeRequest)
Applies the specified tags to the specified Amazon Chime SDK attendee.
|
default TagMeetingResponse |
ChimeClient.tagMeeting(Consumer<TagMeetingRequest.Builder> tagMeetingRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting.
|
default TagMeetingResponse |
ChimeClient.tagMeeting(TagMeetingRequest tagMeetingRequest)
Applies the specified tags to the specified Amazon Chime SDK meeting.
|
default UpdateSipMediaApplicationCallResponse |
ChimeClient.updateSipMediaApplicationCall(Consumer<UpdateSipMediaApplicationCallRequest.Builder> updateSipMediaApplicationCallRequest)
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update
request.
|
default UpdateSipMediaApplicationCallResponse |
ChimeClient.updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest)
Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update
request.
|
default UpdateSipRuleResponse |
ChimeClient.updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
default UpdateSipRuleResponse |
ChimeClient.updateSipRule(UpdateSipRuleRequest updateSipRuleRequest)
Updates the details of the specified SIP rule.
|
Copyright © 2022. All rights reserved.