| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInvitationsResponse |
SecurityHubClient.listInvitations()
Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
SecurityHubClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.
|
default ListInvitationsResponse |
SecurityHubClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInvitationsResponse> |
ListInvitationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvitationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber) |
Copyright © 2023. All rights reserved.