Uses of Class
software.amazon.awssdk.services.securityhub.model.ListInvitationsResponse
-
Packages that use ListInvitationsResponse 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.paginators -
-
Uses of ListInvitationsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListInvitationsResponse Modifier and Type Method Description default ListInvitationsResponseSecurityHubClient. listInvitations()Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.default ListInvitationsResponseSecurityHubClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.default ListInvitationsResponseSecurityHubClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description default CompletableFuture<ListInvitationsResponse>SecurityHubAsyncClient. listInvitations()Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.default CompletableFuture<ListInvitationsResponse>SecurityHubAsyncClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.default CompletableFuture<ListInvitationsResponse>SecurityHubAsyncClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account. -
Uses of ListInvitationsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description Iterator<ListInvitationsResponse>ListInvitationsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type ListInvitationsResponse Modifier and Type Method Description voidListInvitationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber)
-