Uses of Interface
software.amazon.awssdk.services.appintegrations.model.CreateApplicationResponse.Builder
-
Packages that use CreateApplicationResponse.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of CreateApplicationResponse.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return CreateApplicationResponse.Builder Modifier and Type Method Description CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Application.static CreateApplicationResponse.BuilderCreateApplicationResponse. builder()CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. id(String id)A unique identifier for the Application.CreateApplicationResponse.BuilderCreateApplicationResponse. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type CreateApplicationResponse.Builder Modifier and Type Method Description static Class<? extends CreateApplicationResponse.Builder>CreateApplicationResponse. serializableBuilderClass()
-