Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.CreateApplicationResponse.Builder
-
Packages that use CreateApplicationResponse.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of CreateApplicationResponse.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return CreateApplicationResponse.Builder Modifier and Type Method Description default CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. applicationSummary(Consumer<ApplicationSummary.Builder> applicationSummary)In response to yourCreateApplicationrequest, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. applicationSummary(ApplicationSummary applicationSummary)In response to yourCreateApplicationrequest, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.static CreateApplicationResponse.BuilderCreateApplicationResponse. builder()CreateApplicationResponse.BuilderCreateApplicationResponse. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type CreateApplicationResponse.Builder Modifier and Type Method Description static Class<? extends CreateApplicationResponse.Builder>CreateApplicationResponse. serializableBuilderClass()
-