@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAlexaForBusiness extends Object implements AmazonAlexaForBusiness
AmazonAlexaForBusiness. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmazonAlexaForBusiness() |
| Modifier and Type | Method and Description |
|---|---|
AssociateContactWithAddressBookResult |
associateContactWithAddressBook(AssociateContactWithAddressBookRequest request)
Associates a contact with a given address book.
|
AssociateDeviceWithRoomResult |
associateDeviceWithRoom(AssociateDeviceWithRoomRequest request)
Associates a device with a given room.
|
AssociateSkillGroupWithRoomResult |
associateSkillGroupWithRoom(AssociateSkillGroupWithRoomRequest request)
Associates a skill group with a given room.
|
CreateAddressBookResult |
createAddressBook(CreateAddressBookRequest request)
Creates an address book with the specified details.
|
CreateContactResult |
createContact(CreateContactRequest request)
Creates a contact with the specified details.
|
CreateProfileResult |
createProfile(CreateProfileRequest request)
Creates a new room profile with the specified details.
|
CreateRoomResult |
createRoom(CreateRoomRequest request)
Creates a room with the specified details.
|
CreateSkillGroupResult |
createSkillGroup(CreateSkillGroupRequest request)
Creates a skill group with a specified name and description.
|
CreateUserResult |
createUser(CreateUserRequest request)
Creates a user.
|
DeleteAddressBookResult |
deleteAddressBook(DeleteAddressBookRequest request)
Deletes an address book by the address book ARN.
|
DeleteContactResult |
deleteContact(DeleteContactRequest request)
Deletes a contact by the contact ARN.
|
DeleteProfileResult |
deleteProfile(DeleteProfileRequest request)
Deletes a room profile by the profile ARN.
|
DeleteRoomResult |
deleteRoom(DeleteRoomRequest request)
Deletes a room by the room ARN.
|
DeleteRoomSkillParameterResult |
deleteRoomSkillParameter(DeleteRoomSkillParameterRequest request)
Deletes room skill parameter details by room, skill, and parameter key ID.
|
DeleteSkillGroupResult |
deleteSkillGroup(DeleteSkillGroupRequest request)
Deletes a skill group by skill group ARN.
|
DeleteUserResult |
deleteUser(DeleteUserRequest request)
Deletes a specified user by user ARN and enrollment ARN.
|
DisassociateContactFromAddressBookResult |
disassociateContactFromAddressBook(DisassociateContactFromAddressBookRequest request)
Disassociates a contact from a given address book.
|
DisassociateDeviceFromRoomResult |
disassociateDeviceFromRoom(DisassociateDeviceFromRoomRequest request)
Disassociates a device from its current room.
|
DisassociateSkillGroupFromRoomResult |
disassociateSkillGroupFromRoom(DisassociateSkillGroupFromRoomRequest request)
Disassociates a skill group from a specified room.
|
GetAddressBookResult |
getAddressBook(GetAddressBookRequest request)
Gets address the book details by the address book ARN.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetContactResult |
getContact(GetContactRequest request)
Gets the contact details by the contact ARN.
|
GetDeviceResult |
getDevice(GetDeviceRequest request)
Gets the details of a device by device ARN.
|
GetProfileResult |
getProfile(GetProfileRequest request)
Gets the details of a room profile by profile ARN.
|
GetRoomResult |
getRoom(GetRoomRequest request)
Gets room details by room ARN.
|
GetRoomSkillParameterResult |
getRoomSkillParameter(GetRoomSkillParameterRequest request)
Gets room skill parameter details by room, skill, and parameter key ARN.
|
GetSkillGroupResult |
getSkillGroup(GetSkillGroupRequest request)
Gets skill group details by skill group ARN.
|
ListDeviceEventsResult |
listDeviceEvents(ListDeviceEventsRequest request)
Lists the device event history, including device connection status, for up to 30 days.
|
ListSkillsResult |
listSkills(ListSkillsRequest request)
Lists all enabled skills in a specific skill group.
|
ListTagsResult |
listTags(ListTagsRequest request)
Lists all tags for the specified resource.
|
PutRoomSkillParameterResult |
putRoomSkillParameter(PutRoomSkillParameterRequest request)
Updates room skill parameter details by room, skill, and parameter key ID.
|
ResolveRoomResult |
resolveRoom(ResolveRoomRequest request)
Determines the details for the room from which a skill request was invoked.
|
RevokeInvitationResult |
revokeInvitation(RevokeInvitationRequest request)
Revokes an invitation and invalidates the enrollment URL.
|
SearchAddressBooksResult |
searchAddressBooks(SearchAddressBooksRequest request)
Searches address books and lists the ones that meet a set of filter and sort criteria.
|
SearchContactsResult |
searchContacts(SearchContactsRequest request)
Searches contacts and lists the ones that meet a set of filter and sort criteria.
|
SearchDevicesResult |
searchDevices(SearchDevicesRequest request)
Searches devices and lists the ones that meet a set of filter criteria.
|
SearchProfilesResult |
searchProfiles(SearchProfilesRequest request)
Searches room profiles and lists the ones that meet a set of filter criteria.
|
SearchRoomsResult |
searchRooms(SearchRoomsRequest request)
Searches rooms and lists the ones that meet a set of filter and sort criteria.
|
SearchSkillGroupsResult |
searchSkillGroups(SearchSkillGroupsRequest request)
Searches skill groups and lists the ones that meet a set of filter and sort criteria.
|
SearchUsersResult |
searchUsers(SearchUsersRequest request)
Searches users and lists the ones that meet a set of filter and sort criteria.
|
SendInvitationResult |
sendInvitation(SendInvitationRequest request)
Sends an enrollment invitation email with a URL to a user.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartDeviceSyncResult |
startDeviceSync(StartDeviceSyncRequest request)
Resets a device and its account to the known default settings, by clearing all information and settings set by
previous users.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds metadata tags to a specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes metadata tags from a specified resource.
|
UpdateAddressBookResult |
updateAddressBook(UpdateAddressBookRequest request)
Updates address book details by the address book ARN.
|
UpdateContactResult |
updateContact(UpdateContactRequest request)
Updates the contact details by the contact ARN.
|
UpdateDeviceResult |
updateDevice(UpdateDeviceRequest request)
Updates the device name by device ARN.
|
UpdateProfileResult |
updateProfile(UpdateProfileRequest request)
Updates an existing room profile by room profile ARN.
|
UpdateRoomResult |
updateRoom(UpdateRoomRequest request)
Updates room details by room ARN.
|
UpdateSkillGroupResult |
updateSkillGroup(UpdateSkillGroupRequest request)
Updates skill group details by skill group ARN.
|
public AssociateContactWithAddressBookResult associateContactWithAddressBook(AssociateContactWithAddressBookRequest request)
AmazonAlexaForBusinessAssociates a contact with a given address book.
associateContactWithAddressBook in interface AmazonAlexaForBusinesspublic AssociateDeviceWithRoomResult associateDeviceWithRoom(AssociateDeviceWithRoomRequest request)
AmazonAlexaForBusinessAssociates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required.
associateDeviceWithRoom in interface AmazonAlexaForBusinesspublic AssociateSkillGroupWithRoomResult associateSkillGroupWithRoom(AssociateSkillGroupWithRoomRequest request)
AmazonAlexaForBusinessAssociates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.
associateSkillGroupWithRoom in interface AmazonAlexaForBusinesspublic CreateAddressBookResult createAddressBook(CreateAddressBookRequest request)
AmazonAlexaForBusinessCreates an address book with the specified details.
createAddressBook in interface AmazonAlexaForBusinesspublic CreateContactResult createContact(CreateContactRequest request)
AmazonAlexaForBusinessCreates a contact with the specified details.
createContact in interface AmazonAlexaForBusinesspublic CreateProfileResult createProfile(CreateProfileRequest request)
AmazonAlexaForBusinessCreates a new room profile with the specified details.
createProfile in interface AmazonAlexaForBusinesspublic CreateRoomResult createRoom(CreateRoomRequest request)
AmazonAlexaForBusinessCreates a room with the specified details.
createRoom in interface AmazonAlexaForBusinesspublic CreateSkillGroupResult createSkillGroup(CreateSkillGroupRequest request)
AmazonAlexaForBusinessCreates a skill group with a specified name and description.
createSkillGroup in interface AmazonAlexaForBusinesspublic CreateUserResult createUser(CreateUserRequest request)
AmazonAlexaForBusinessCreates a user.
createUser in interface AmazonAlexaForBusinesspublic DeleteAddressBookResult deleteAddressBook(DeleteAddressBookRequest request)
AmazonAlexaForBusinessDeletes an address book by the address book ARN.
deleteAddressBook in interface AmazonAlexaForBusinesspublic DeleteContactResult deleteContact(DeleteContactRequest request)
AmazonAlexaForBusinessDeletes a contact by the contact ARN.
deleteContact in interface AmazonAlexaForBusinesspublic DeleteProfileResult deleteProfile(DeleteProfileRequest request)
AmazonAlexaForBusinessDeletes a room profile by the profile ARN.
deleteProfile in interface AmazonAlexaForBusinesspublic DeleteRoomResult deleteRoom(DeleteRoomRequest request)
AmazonAlexaForBusinessDeletes a room by the room ARN.
deleteRoom in interface AmazonAlexaForBusinesspublic DeleteRoomSkillParameterResult deleteRoomSkillParameter(DeleteRoomSkillParameterRequest request)
AmazonAlexaForBusinessDeletes room skill parameter details by room, skill, and parameter key ID.
deleteRoomSkillParameter in interface AmazonAlexaForBusinesspublic DeleteSkillGroupResult deleteSkillGroup(DeleteSkillGroupRequest request)
AmazonAlexaForBusinessDeletes a skill group by skill group ARN.
deleteSkillGroup in interface AmazonAlexaForBusinesspublic DeleteUserResult deleteUser(DeleteUserRequest request)
AmazonAlexaForBusinessDeletes a specified user by user ARN and enrollment ARN.
deleteUser in interface AmazonAlexaForBusinesspublic DisassociateContactFromAddressBookResult disassociateContactFromAddressBook(DisassociateContactFromAddressBookRequest request)
AmazonAlexaForBusinessDisassociates a contact from a given address book.
disassociateContactFromAddressBook in interface AmazonAlexaForBusinesspublic DisassociateDeviceFromRoomResult disassociateDeviceFromRoom(DisassociateDeviceFromRoomRequest request)
AmazonAlexaForBusinessDisassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.
disassociateDeviceFromRoom in interface AmazonAlexaForBusinesspublic DisassociateSkillGroupFromRoomResult disassociateSkillGroupFromRoom(DisassociateSkillGroupFromRoomRequest request)
AmazonAlexaForBusinessDisassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room.
disassociateSkillGroupFromRoom in interface AmazonAlexaForBusinesspublic GetAddressBookResult getAddressBook(GetAddressBookRequest request)
AmazonAlexaForBusinessGets address the book details by the address book ARN.
getAddressBook in interface AmazonAlexaForBusinesspublic GetContactResult getContact(GetContactRequest request)
AmazonAlexaForBusinessGets the contact details by the contact ARN.
getContact in interface AmazonAlexaForBusinesspublic GetDeviceResult getDevice(GetDeviceRequest request)
AmazonAlexaForBusinessGets the details of a device by device ARN.
getDevice in interface AmazonAlexaForBusinesspublic GetProfileResult getProfile(GetProfileRequest request)
AmazonAlexaForBusinessGets the details of a room profile by profile ARN.
getProfile in interface AmazonAlexaForBusinesspublic GetRoomResult getRoom(GetRoomRequest request)
AmazonAlexaForBusinessGets room details by room ARN.
getRoom in interface AmazonAlexaForBusinesspublic GetRoomSkillParameterResult getRoomSkillParameter(GetRoomSkillParameterRequest request)
AmazonAlexaForBusinessGets room skill parameter details by room, skill, and parameter key ARN.
getRoomSkillParameter in interface AmazonAlexaForBusinesspublic GetSkillGroupResult getSkillGroup(GetSkillGroupRequest request)
AmazonAlexaForBusinessGets skill group details by skill group ARN.
getSkillGroup in interface AmazonAlexaForBusinesspublic ListDeviceEventsResult listDeviceEvents(ListDeviceEventsRequest request)
AmazonAlexaForBusinessLists the device event history, including device connection status, for up to 30 days.
listDeviceEvents in interface AmazonAlexaForBusinesspublic ListSkillsResult listSkills(ListSkillsRequest request)
AmazonAlexaForBusinessLists all enabled skills in a specific skill group.
listSkills in interface AmazonAlexaForBusinesspublic ListTagsResult listTags(ListTagsRequest request)
AmazonAlexaForBusinessLists all tags for the specified resource.
listTags in interface AmazonAlexaForBusinesspublic PutRoomSkillParameterResult putRoomSkillParameter(PutRoomSkillParameterRequest request)
AmazonAlexaForBusinessUpdates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter.
putRoomSkillParameter in interface AmazonAlexaForBusinesspublic ResolveRoomResult resolveRoom(ResolveRoomRequest request)
AmazonAlexaForBusinessDetermines the details for the room from which a skill request was invoked. This operation is used by skill developers.
resolveRoom in interface AmazonAlexaForBusinesspublic RevokeInvitationResult revokeInvitation(RevokeInvitationRequest request)
AmazonAlexaForBusinessRevokes an invitation and invalidates the enrollment URL.
revokeInvitation in interface AmazonAlexaForBusinesspublic SearchAddressBooksResult searchAddressBooks(SearchAddressBooksRequest request)
AmazonAlexaForBusinessSearches address books and lists the ones that meet a set of filter and sort criteria.
searchAddressBooks in interface AmazonAlexaForBusinesspublic SearchContactsResult searchContacts(SearchContactsRequest request)
AmazonAlexaForBusinessSearches contacts and lists the ones that meet a set of filter and sort criteria.
searchContacts in interface AmazonAlexaForBusinesspublic SearchDevicesResult searchDevices(SearchDevicesRequest request)
AmazonAlexaForBusinessSearches devices and lists the ones that meet a set of filter criteria.
searchDevices in interface AmazonAlexaForBusinesspublic SearchProfilesResult searchProfiles(SearchProfilesRequest request)
AmazonAlexaForBusinessSearches room profiles and lists the ones that meet a set of filter criteria.
searchProfiles in interface AmazonAlexaForBusinesspublic SearchRoomsResult searchRooms(SearchRoomsRequest request)
AmazonAlexaForBusinessSearches rooms and lists the ones that meet a set of filter and sort criteria.
searchRooms in interface AmazonAlexaForBusinesspublic SearchSkillGroupsResult searchSkillGroups(SearchSkillGroupsRequest request)
AmazonAlexaForBusinessSearches skill groups and lists the ones that meet a set of filter and sort criteria.
searchSkillGroups in interface AmazonAlexaForBusinesspublic SearchUsersResult searchUsers(SearchUsersRequest request)
AmazonAlexaForBusinessSearches users and lists the ones that meet a set of filter and sort criteria.
searchUsers in interface AmazonAlexaForBusinesspublic SendInvitationResult sendInvitation(SendInvitationRequest request)
AmazonAlexaForBusinessSends an enrollment invitation email with a URL to a user. The URL is valid for 72 hours or until you call this operation again, whichever comes first.
sendInvitation in interface AmazonAlexaForBusinesspublic StartDeviceSyncResult startDeviceSync(StartDeviceSyncRequest request)
AmazonAlexaForBusinessResets a device and its account to the known default settings, by clearing all information and settings set by previous users.
startDeviceSync in interface AmazonAlexaForBusinesspublic TagResourceResult tagResource(TagResourceRequest request)
AmazonAlexaForBusinessAdds metadata tags to a specified resource.
tagResource in interface AmazonAlexaForBusinesspublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonAlexaForBusinessRemoves metadata tags from a specified resource.
untagResource in interface AmazonAlexaForBusinesspublic UpdateAddressBookResult updateAddressBook(UpdateAddressBookRequest request)
AmazonAlexaForBusinessUpdates address book details by the address book ARN.
updateAddressBook in interface AmazonAlexaForBusinesspublic UpdateContactResult updateContact(UpdateContactRequest request)
AmazonAlexaForBusinessUpdates the contact details by the contact ARN.
updateContact in interface AmazonAlexaForBusinesspublic UpdateDeviceResult updateDevice(UpdateDeviceRequest request)
AmazonAlexaForBusinessUpdates the device name by device ARN.
updateDevice in interface AmazonAlexaForBusinesspublic UpdateProfileResult updateProfile(UpdateProfileRequest request)
AmazonAlexaForBusinessUpdates an existing room profile by room profile ARN.
updateProfile in interface AmazonAlexaForBusinesspublic UpdateRoomResult updateRoom(UpdateRoomRequest request)
AmazonAlexaForBusinessUpdates room details by room ARN.
updateRoom in interface AmazonAlexaForBusinesspublic UpdateSkillGroupResult updateSkillGroup(UpdateSkillGroupRequest request)
AmazonAlexaForBusinessUpdates skill group details by skill group ARN.
updateSkillGroup in interface AmazonAlexaForBusinesspublic void shutdown()
AmazonAlexaForBusinessshutdown in interface AmazonAlexaForBusinesspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAlexaForBusinessResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonAlexaForBusinessrequest - The originally executed request.Copyright © 2018. All rights reserved.