Uses of Interface
software.amazon.awssdk.services.guardduty.model.RemoteAccountDetails.Builder
-
Packages that use RemoteAccountDetails.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of RemoteAccountDetails.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return RemoteAccountDetails.Builder Modifier and Type Method Description RemoteAccountDetails.BuilderRemoteAccountDetails.Builder. accountId(String accountId)The Amazon Web Services account ID of the remote API caller.RemoteAccountDetails.BuilderRemoteAccountDetails.Builder. affiliated(Boolean affiliated)Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty environment.static RemoteAccountDetails.BuilderRemoteAccountDetails. builder()RemoteAccountDetails.BuilderRemoteAccountDetails. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type RemoteAccountDetails.Builder Modifier and Type Method Description static Class<? extends RemoteAccountDetails.Builder>RemoteAccountDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type RemoteAccountDetails.Builder Modifier and Type Method Description default AwsApiCallAction.BuilderAwsApiCallAction.Builder. remoteAccountDetails(Consumer<RemoteAccountDetails.Builder> remoteAccountDetails)The details of the Amazon Web Services account that made the API call.
-