Uses of Interface
software.amazon.awssdk.services.appfabric.model.GetIngestionRequest.Builder
-
Packages that use GetIngestionRequest.Builder Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.model -
-
Uses of GetIngestionRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type GetIngestionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIngestionResponse>AppFabricAsyncClient. getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)Returns information about an ingestion.default GetIngestionResponseAppFabricClient. getIngestion(Consumer<GetIngestionRequest.Builder> getIngestionRequest)Returns information about an ingestion. -
Uses of GetIngestionRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return GetIngestionRequest.Builder Modifier and Type Method Description GetIngestionRequest.BuilderGetIngestionRequest.Builder. appBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.static GetIngestionRequest.BuilderGetIngestionRequest. builder()GetIngestionRequest.BuilderGetIngestionRequest.Builder. ingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.GetIngestionRequest.BuilderGetIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIngestionRequest.BuilderGetIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIngestionRequest.BuilderGetIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type GetIngestionRequest.Builder Modifier and Type Method Description static Class<? extends GetIngestionRequest.Builder>GetIngestionRequest. serializableBuilderClass()
-