Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateLakeFormationIdentityCenterConfigurationResponse
-
Packages that use UpdateLakeFormationIdentityCenterConfigurationResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of UpdateLakeFormationIdentityCenterConfigurationResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return UpdateLakeFormationIdentityCenterConfigurationResponse Modifier and Type Method Description default UpdateLakeFormationIdentityCenterConfigurationResponseLakeFormationClient. updateLakeFormationIdentityCenterConfiguration(Consumer<UpdateLakeFormationIdentityCenterConfigurationRequest.Builder> updateLakeFormationIdentityCenterConfigurationRequest)Updates the IAM Identity Center connection parameters.default UpdateLakeFormationIdentityCenterConfigurationResponseLakeFormationClient. updateLakeFormationIdentityCenterConfiguration(UpdateLakeFormationIdentityCenterConfigurationRequest updateLakeFormationIdentityCenterConfigurationRequest)Updates the IAM Identity Center connection parameters.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type UpdateLakeFormationIdentityCenterConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateLakeFormationIdentityCenterConfigurationResponse>LakeFormationAsyncClient. updateLakeFormationIdentityCenterConfiguration(Consumer<UpdateLakeFormationIdentityCenterConfigurationRequest.Builder> updateLakeFormationIdentityCenterConfigurationRequest)Updates the IAM Identity Center connection parameters.default CompletableFuture<UpdateLakeFormationIdentityCenterConfigurationResponse>LakeFormationAsyncClient. updateLakeFormationIdentityCenterConfiguration(UpdateLakeFormationIdentityCenterConfigurationRequest updateLakeFormationIdentityCenterConfigurationRequest)Updates the IAM Identity Center connection parameters.
-