Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Tag in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAddressBookRequest. tags()The tags to be added to the specified resource.List<Tag>CreateBusinessReportScheduleRequest. tags()The tags for the business report schedule.List<Tag>CreateConferenceProviderRequest. tags()The tags to be added to the specified resource.List<Tag>CreateContactRequest. tags()The tags to be added to the specified resource.List<Tag>CreateGatewayGroupRequest. tags()The tags to be added to the specified resource.List<Tag>CreateNetworkProfileRequest. tags()The tags to be added to the specified resource.List<Tag>CreateProfileRequest. tags()The tags for the profile.List<Tag>CreateRoomRequest. tags()The tags for the room.List<Tag>CreateSkillGroupRequest. tags()The tags for the skill group.List<Tag>CreateUserRequest. tags()The tags for the user.List<Tag>ListTagsResponse. tags()The tags requested for the specified resource.List<Tag>RegisterAvsDeviceRequest. tags()The tags to be added to the specified resource.List<Tag>TagResourceRequest. tags()The tags to be added to the specified resource.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type Tag Modifier and Type Method Description CreateAddressBookRequest.BuilderCreateAddressBookRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateBusinessReportScheduleRequest.BuilderCreateBusinessReportScheduleRequest.Builder. tags(Tag... tags)The tags for the business report schedule.CreateConferenceProviderRequest.BuilderCreateConferenceProviderRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateContactRequest.BuilderCreateContactRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateNetworkProfileRequest.BuilderCreateNetworkProfileRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)The tags for the profile.CreateRoomRequest.BuilderCreateRoomRequest.Builder. tags(Tag... tags)The tags for the room.CreateSkillGroupRequest.BuilderCreateSkillGroupRequest.Builder. tags(Tag... tags)The tags for the skill group.CreateUserRequest.BuilderCreateUserRequest.Builder. tags(Tag... tags)The tags for the user.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Tag... tags)The tags requested for the specified resource.RegisterAvsDeviceRequest.BuilderRegisterAvsDeviceRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be added to the specified resource.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type Tag Modifier and Type Method Description CreateAddressBookRequest.BuilderCreateAddressBookRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateBusinessReportScheduleRequest.BuilderCreateBusinessReportScheduleRequest.Builder. tags(Collection<Tag> tags)The tags for the business report schedule.CreateConferenceProviderRequest.BuilderCreateConferenceProviderRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateContactRequest.BuilderCreateContactRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateGatewayGroupRequest.BuilderCreateGatewayGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateNetworkProfileRequest.BuilderCreateNetworkProfileRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)The tags for the profile.CreateRoomRequest.BuilderCreateRoomRequest.Builder. tags(Collection<Tag> tags)The tags for the room.CreateSkillGroupRequest.BuilderCreateSkillGroupRequest.Builder. tags(Collection<Tag> tags)The tags for the skill group.CreateUserRequest.BuilderCreateUserRequest.Builder. tags(Collection<Tag> tags)The tags for the user.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Collection<Tag> tags)The tags requested for the specified resource.RegisterAvsDeviceRequest.BuilderRegisterAvsDeviceRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified resource.
-