Uses of Interface
software.amazon.awssdk.services.detective.model.EnableOrganizationAdminAccountRequest.Builder
-
Packages that use EnableOrganizationAdminAccountRequest.Builder Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.model -
-
Uses of EnableOrganizationAdminAccountRequest.Builder in software.amazon.awssdk.services.detective
Method parameters in software.amazon.awssdk.services.detective with type arguments of type EnableOrganizationAdminAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableOrganizationAdminAccountResponse>DetectiveAsyncClient. enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region.default EnableOrganizationAdminAccountResponseDetectiveClient. enableOrganizationAdminAccount(Consumer<EnableOrganizationAdminAccountRequest.Builder> enableOrganizationAdminAccountRequest)Designates the Detective administrator account for the organization in the current Region. -
Uses of EnableOrganizationAdminAccountRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return EnableOrganizationAdminAccountRequest.Builder Modifier and Type Method Description EnableOrganizationAdminAccountRequest.BuilderEnableOrganizationAdminAccountRequest.Builder. accountId(String accountId)The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.static EnableOrganizationAdminAccountRequest.BuilderEnableOrganizationAdminAccountRequest. builder()EnableOrganizationAdminAccountRequest.BuilderEnableOrganizationAdminAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableOrganizationAdminAccountRequest.BuilderEnableOrganizationAdminAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableOrganizationAdminAccountRequest.BuilderEnableOrganizationAdminAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type EnableOrganizationAdminAccountRequest.Builder Modifier and Type Method Description static Class<? extends EnableOrganizationAdminAccountRequest.Builder>EnableOrganizationAdminAccountRequest. serializableBuilderClass()
-