@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 |
|---|---|
AssociateDeviceWithRoomResult |
associateDeviceWithRoom(AssociateDeviceWithRoomRequest request)
Associates a device to a given room.
|
AssociateSkillGroupWithRoomResult |
associateSkillGroupWithRoom(AssociateSkillGroupWithRoomRequest request)
Associates a skill group to a given room.
|
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.
|
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.
|
DisassociateDeviceFromRoomResult |
disassociateDeviceFromRoom(DisassociateDeviceFromRoomRequest request)
Disassociates a device from its current room.
|
DisassociateSkillGroupFromRoomResult |
disassociateSkillGroupFromRoom(DisassociateSkillGroupFromRoomRequest request)
Disassociates a skill group from a specified room.
|
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.
|
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.
|
ListSkillsResult |
listSkills(ListSkillsRequest request)
Lists all enabled skills in a specific skill group.
|
ListTagsResult |
listTags(ListTagsRequest request)
Lists all tags for a specific 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.
|
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.
|
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 AssociateDeviceWithRoomResult associateDeviceWithRoom(AssociateDeviceWithRoomRequest request)
AmazonAlexaForBusinessAssociates a device to 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 a manual sync is required.
associateDeviceWithRoom in interface AmazonAlexaForBusinesspublic AssociateSkillGroupWithRoomResult associateSkillGroupWithRoom(AssociateSkillGroupWithRoomRequest request)
AmazonAlexaForBusinessAssociates a skill group to a given room. This enables all skills in the associated skill group on all devices in the room.
associateSkillGroupWithRoom 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 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 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 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 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 a specific 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 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 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 © 2017. All rights reserved.