Uses of Class
software.amazon.awssdk.services.securityhub.model.Invitation
-
Packages that use Invitation Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of Invitation in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Invitation Modifier and Type Method Description InvitationGetAdministratorAccountResponse. administrator()Returns the value of the Administrator property for this object.InvitationGetMasterAccountResponse. master()A list of details about the Security Hub administrator account for the current member account.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Invitation Modifier and Type Method Description List<Invitation>ListInvitationsResponse. invitations()The details of the invitations returned by the operation.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Invitation Modifier and Type Method Description GetAdministratorAccountResponse.BuilderGetAdministratorAccountResponse.Builder. administrator(Invitation administrator)Sets the value of the Administrator property for this object.ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Invitation... invitations)The details of the invitations returned by the operation.GetMasterAccountResponse.BuilderGetMasterAccountResponse.Builder. master(Invitation master)A list of details about the Security Hub administrator account for the current member account.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Collection<Invitation> invitations)The details of the invitations returned by the operation. -
Uses of Invitation in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type Invitation Modifier and Type Method Description SdkIterable<Invitation>ListInvitationsIterable. invitations()Returns an iterable to iterate through the paginatedListInvitationsResponse.invitations()member.SdkPublisher<Invitation>ListInvitationsPublisher. invitations()Returns a publisher that can be used to get a stream of data.
-