Uses of Class
software.amazon.awssdk.services.securityhub.model.InviteMembersResponse
-
Packages that use InviteMembersResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources. -
-
Uses of InviteMembersResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return InviteMembersResponse Modifier and Type Method Description default InviteMembersResponseSecurityHubClient. inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.default InviteMembersResponseSecurityHubClient. inviteMembers(InviteMembersRequest inviteMembersRequest)Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type InviteMembersResponse Modifier and Type Method Description default CompletableFuture<InviteMembersResponse>SecurityHubAsyncClient. inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.default CompletableFuture<InviteMembersResponse>SecurityHubAsyncClient. inviteMembers(InviteMembersRequest inviteMembersRequest)Invites other Amazon Web Services accounts to become member accounts for the Security Hub administrator account that the invitation is sent from.
-