Uses of Interface
software.amazon.awssdk.services.appfabric.model.GetIngestionDestinationRequest.Builder
-
Packages that use GetIngestionDestinationRequest.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 GetIngestionDestinationRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type GetIngestionDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIngestionDestinationResponse>AppFabricAsyncClient. getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)Returns information about an ingestion destination.default GetIngestionDestinationResponseAppFabricClient. getIngestionDestination(Consumer<GetIngestionDestinationRequest.Builder> getIngestionDestinationRequest)Returns information about an ingestion destination. -
Uses of GetIngestionDestinationRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return GetIngestionDestinationRequest.Builder Modifier and Type Method Description GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest.Builder. appBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.static GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest. builder()GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest.Builder. ingestionDestinationIdentifier(String ingestionDestinationIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest.Builder. ingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIngestionDestinationRequest.BuilderGetIngestionDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type GetIngestionDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetIngestionDestinationRequest.Builder>GetIngestionDestinationRequest. serializableBuilderClass()
-