Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateLakeFormationIdentityCenterConfigurationResponse
-
Packages that use CreateLakeFormationIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of CreateLakeFormationIdentityCenterConfigurationResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return CreateLakeFormationIdentityCenterConfigurationResponse Modifier and Type Method Description default CreateLakeFormationIdentityCenterConfigurationResponseLakeFormationClient. createLakeFormationIdentityCenterConfiguration(Consumer<CreateLakeFormationIdentityCenterConfigurationRequest.Builder> createLakeFormationIdentityCenterConfigurationRequest)Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.default CreateLakeFormationIdentityCenterConfigurationResponseLakeFormationClient. createLakeFormationIdentityCenterConfiguration(CreateLakeFormationIdentityCenterConfigurationRequest createLakeFormationIdentityCenterConfigurationRequest)Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type CreateLakeFormationIdentityCenterConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateLakeFormationIdentityCenterConfigurationResponse>LakeFormationAsyncClient. createLakeFormationIdentityCenterConfiguration(Consumer<CreateLakeFormationIdentityCenterConfigurationRequest.Builder> createLakeFormationIdentityCenterConfigurationRequest)Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.default CompletableFuture<CreateLakeFormationIdentityCenterConfigurationResponse>LakeFormationAsyncClient. createLakeFormationIdentityCenterConfiguration(CreateLakeFormationIdentityCenterConfigurationRequest createLakeFormationIdentityCenterConfigurationRequest)Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.
-