Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description software.amazon.awssdk.services.kinesisanalytics Amazon Kinesis Analytics software.amazon.awssdk.services.kinesisanalytics.transform -
-
Uses of CreateApplicationRequest in software.amazon.awssdk.services.kinesisanalytics
Methods in software.amazon.awssdk.services.kinesisanalytics with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>KinesisAnalyticsAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)default CreateApplicationResponseKinesisAnalyticsClient. createApplication(CreateApplicationRequest createApplicationRequest) -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.kinesisanalytics.transform
Methods in software.amazon.awssdk.services.kinesisanalytics.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-