Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInvitationsCountRequest
-
Packages that use GetInvitationsCountRequest Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.transform -
-
Uses of GetInvitationsCountRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetInvitationsCountRequest Modifier and Type Method Description default CompletableFuture<GetInvitationsCountResponse>SecurityHubAsyncClient. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.default GetInvitationsCountResponseSecurityHubClient. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation. -
Uses of GetInvitationsCountRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetInvitationsCountRequest Modifier and Type Method Description SdkHttpFullRequestGetInvitationsCountRequestMarshaller. marshall(GetInvitationsCountRequest getInvitationsCountRequest)
-