Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ListLakeFormationOptInsRequest.Builder
-
Packages that use ListLakeFormationOptInsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of ListLakeFormationOptInsRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type ListLakeFormationOptInsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLakeFormationOptInsResponse>LakeFormationAsyncClient. listLakeFormationOptIns(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.default ListLakeFormationOptInsResponseLakeFormationClient. listLakeFormationOptIns(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.default ListLakeFormationOptInsPublisherLakeFormationAsyncClient. listLakeFormationOptInsPaginator(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.default ListLakeFormationOptInsIterableLakeFormationClient. listLakeFormationOptInsPaginator(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions. -
Uses of ListLakeFormationOptInsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ListLakeFormationOptInsRequest.Builder Modifier and Type Method Description static ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest. builder()ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. nextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. principal(Consumer<DataLakePrincipal.Builder> principal)Sets the value of the Principal property for this object.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.default ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. resource(Consumer<Resource.Builder> resource)A structure for the resource.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest.Builder. resource(Resource resource)A structure for the resource.ListLakeFormationOptInsRequest.BuilderListLakeFormationOptInsRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ListLakeFormationOptInsRequest.Builder Modifier and Type Method Description static Class<? extends ListLakeFormationOptInsRequest.Builder>ListLakeFormationOptInsRequest. serializableBuilderClass()
-