Uses of Interface
software.amazon.awssdk.services.glue.model.GetIntegrationResourcePropertyRequest.Builder
-
Packages that use GetIntegrationResourcePropertyRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetIntegrationResourcePropertyRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetIntegrationResourcePropertyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResourcePropertyResponse>GlueAsyncClient. getIntegrationResourceProperty(Consumer<GetIntegrationResourcePropertyRequest.Builder> getIntegrationResourcePropertyRequest)This API is used for fetching theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target)default GetIntegrationResourcePropertyResponseGlueClient. getIntegrationResourceProperty(Consumer<GetIntegrationResourcePropertyRequest.Builder> getIntegrationResourcePropertyRequest)This API is used for fetching theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target) -
Uses of GetIntegrationResourcePropertyRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetIntegrationResourcePropertyRequest.Builder Modifier and Type Method Description static GetIntegrationResourcePropertyRequest.BuilderGetIntegrationResourcePropertyRequest. builder()GetIntegrationResourcePropertyRequest.BuilderGetIntegrationResourcePropertyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResourcePropertyRequest.BuilderGetIntegrationResourcePropertyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationResourcePropertyRequest.BuilderGetIntegrationResourcePropertyRequest.Builder. resourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.GetIntegrationResourcePropertyRequest.BuilderGetIntegrationResourcePropertyRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetIntegrationResourcePropertyRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationResourcePropertyRequest.Builder>GetIntegrationResourcePropertyRequest. serializableBuilderClass()
-