Uses of Class
software.amazon.awssdk.services.guardduty.model.Invitation
-
Packages that use Invitation Package Description software.amazon.awssdk.services.guardduty.model software.amazon.awssdk.services.guardduty.paginators -
-
Uses of Invitation in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Invitation Modifier and Type Method Description List<Invitation>ListInvitationsResponse. invitations()A list of invitation descriptions.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Invitation... invitations)A list of invitation descriptions.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Invitation Modifier and Type Method Description ListInvitationsResponse.BuilderListInvitationsResponse.Builder. invitations(Collection<Invitation> invitations)A list of invitation descriptions. -
Uses of Invitation in software.amazon.awssdk.services.guardduty.paginators
Methods in software.amazon.awssdk.services.guardduty.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.
-