Uses of Interface
software.amazon.awssdk.services.appintegrations.model.CreateEventIntegrationResponse.Builder
-
Packages that use CreateEventIntegrationResponse.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of CreateEventIntegrationResponse.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return CreateEventIntegrationResponse.Builder Modifier and Type Method Description static CreateEventIntegrationResponse.BuilderCreateEventIntegrationResponse. builder()CreateEventIntegrationResponse.BuilderCreateEventIntegrationResponse.Builder. eventIntegrationArn(String eventIntegrationArn)The Amazon Resource Name (ARN) of the event integration.CreateEventIntegrationResponse.BuilderCreateEventIntegrationResponse. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type CreateEventIntegrationResponse.Builder Modifier and Type Method Description static Class<? extends CreateEventIntegrationResponse.Builder>CreateEventIntegrationResponse. serializableBuilderClass()
-