Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationS3LogsConfigurationResult.Builder
-
Packages that use OrganizationS3LogsConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationS3LogsConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationS3LogsConfigurationResult.Builder Modifier and Type Method Description OrganizationS3LogsConfigurationResult.BuilderOrganizationS3LogsConfigurationResult.Builder. autoEnable(Boolean autoEnable)A value that describes whether S3 data event logs are automatically enabled for new members of the organization.static OrganizationS3LogsConfigurationResult.BuilderOrganizationS3LogsConfigurationResult. builder()OrganizationS3LogsConfigurationResult.BuilderOrganizationS3LogsConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationS3LogsConfigurationResult.Builder Modifier and Type Method Description static Class<? extends OrganizationS3LogsConfigurationResult.Builder>OrganizationS3LogsConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationS3LogsConfigurationResult.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurationsResult.BuilderOrganizationDataSourceConfigurationsResult.Builder. s3Logs(Consumer<OrganizationS3LogsConfigurationResult.Builder> s3Logs)Describes whether S3 data event logs are enabled as a data source.
-