Uses of Interface
software.amazon.awssdk.services.guardduty.model.InviteMembersRequest.Builder
-
Packages that use InviteMembersRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.model -
-
Uses of InviteMembersRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type InviteMembersRequest.Builder Modifier and Type Method Description default CompletableFuture<InviteMembersResponse>GuardDutyAsyncClient. inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API.default InviteMembersResponseGuardDutyClient. inviteMembers(Consumer<InviteMembersRequest.Builder> inviteMembersRequest)Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. -
Uses of InviteMembersRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return InviteMembersRequest.Builder Modifier and Type Method Description InviteMembersRequest.BuilderInviteMembersRequest.Builder. accountIds(String... accountIds)A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.BuilderInviteMembersRequest.Builder. accountIds(Collection<String> accountIds)A list of account IDs of the accounts that you want to invite to GuardDuty as members.static InviteMembersRequest.BuilderInviteMembersRequest. builder()InviteMembersRequest.BuilderInviteMembersRequest.Builder. detectorId(String detectorId)The unique ID of the detector of the GuardDuty account that you want to invite members with.InviteMembersRequest.BuilderInviteMembersRequest.Builder. disableEmailNotification(Boolean disableEmailNotification)A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.InviteMembersRequest.BuilderInviteMembersRequest.Builder. message(String message)The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.InviteMembersRequest.BuilderInviteMembersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InviteMembersRequest.BuilderInviteMembersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InviteMembersRequest.BuilderInviteMembersRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type InviteMembersRequest.Builder Modifier and Type Method Description static Class<? extends InviteMembersRequest.Builder>InviteMembersRequest. serializableBuilderClass()
-