Uses of Class
software.amazon.awssdk.services.securityhub.model.InviteMembersRequest
-
Packages that use InviteMembersRequest 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.software.amazon.awssdk.services.securityhub.transform -
-
Uses of InviteMembersRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type InviteMembersRequest Modifier and Type Method Description 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.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. -
Uses of InviteMembersRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type InviteMembersRequest Modifier and Type Method Description SdkHttpFullRequestInviteMembersRequestMarshaller. marshall(InviteMembersRequest inviteMembersRequest)
-