Uses of Class
software.amazon.awssdk.services.securitylake.model.GetDataLakeOrganizationConfigurationResponse
-
Packages that use GetDataLakeOrganizationConfigurationResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of GetDataLakeOrganizationConfigurationResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return GetDataLakeOrganizationConfigurationResponse Modifier and Type Method Description default GetDataLakeOrganizationConfigurationResponseSecurityLakeClient. getDataLakeOrganizationConfiguration(Consumer<GetDataLakeOrganizationConfigurationRequest.Builder> getDataLakeOrganizationConfigurationRequest)Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake.default GetDataLakeOrganizationConfigurationResponseSecurityLakeClient. getDataLakeOrganizationConfiguration(GetDataLakeOrganizationConfigurationRequest getDataLakeOrganizationConfigurationRequest)Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type GetDataLakeOrganizationConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetDataLakeOrganizationConfigurationResponse>SecurityLakeAsyncClient. getDataLakeOrganizationConfiguration(Consumer<GetDataLakeOrganizationConfigurationRequest.Builder> getDataLakeOrganizationConfigurationRequest)Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake.default CompletableFuture<GetDataLakeOrganizationConfigurationResponse>SecurityLakeAsyncClient. getDataLakeOrganizationConfiguration(GetDataLakeOrganizationConfigurationRequest getDataLakeOrganizationConfigurationRequest)Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake.
-