Uses of Interface
software.amazon.awssdk.services.appfabric.model.StopIngestionRequest.Builder
-
Packages that use StopIngestionRequest.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 StopIngestionRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type StopIngestionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopIngestionResponse>AppFabricAsyncClient. stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)Stops (disables) an ingestion.default StopIngestionResponseAppFabricClient. stopIngestion(Consumer<StopIngestionRequest.Builder> stopIngestionRequest)Stops (disables) an ingestion. -
Uses of StopIngestionRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return StopIngestionRequest.Builder Modifier and Type Method Description StopIngestionRequest.BuilderStopIngestionRequest.Builder. appBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.static StopIngestionRequest.BuilderStopIngestionRequest. builder()StopIngestionRequest.BuilderStopIngestionRequest.Builder. ingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.StopIngestionRequest.BuilderStopIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopIngestionRequest.BuilderStopIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopIngestionRequest.BuilderStopIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type StopIngestionRequest.Builder Modifier and Type Method Description static Class<? extends StopIngestionRequest.Builder>StopIngestionRequest. serializableBuilderClass()
-