Uses of Interface
software.amazon.awssdk.services.glue.model.ListIntegrationResourcePropertiesRequest.Builder
-
Packages that use ListIntegrationResourcePropertiesRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of ListIntegrationResourcePropertiesRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type ListIntegrationResourcePropertiesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIntegrationResourcePropertiesResponse>GlueAsyncClient. listIntegrationResourceProperties(Consumer<ListIntegrationResourcePropertiesRequest.Builder> listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer.default ListIntegrationResourcePropertiesResponseGlueClient. listIntegrationResourceProperties(Consumer<ListIntegrationResourcePropertiesRequest.Builder> listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer. -
Uses of ListIntegrationResourcePropertiesRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListIntegrationResourcePropertiesRequest.Builder Modifier and Type Method Description static ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest. builder()ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. filters(Collection<IntegrationResourcePropertyFilter> filters)A list of filters, supported filter Key isSourceArnandTargetArn.ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. filters(Consumer<IntegrationResourcePropertyFilter.Builder>... filters)A list of filters, supported filter Key isSourceArnandTargetArn.ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. filters(IntegrationResourcePropertyFilter... filters)A list of filters, supported filter Key isSourceArnandTargetArn.ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. marker(String marker)This is the pagination token for next page, initial value isnull.ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. maxRecords(Integer maxRecords)This is total number of items to be evaluated.ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIntegrationResourcePropertiesRequest.BuilderListIntegrationResourcePropertiesRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListIntegrationResourcePropertiesRequest.Builder Modifier and Type Method Description static Class<? extends ListIntegrationResourcePropertiesRequest.Builder>ListIntegrationResourcePropertiesRequest. serializableBuilderClass()
-