| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
List<Publication> |
UpdateApplicationRequest.publications()
The events that the application publishes.
|
List<Publication> |
GetApplicationResponse.publications()
The events that the application publishes.
|
List<Publication> |
CreateApplicationRequest.publications()
The events that the application publishes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.publications(Publication... publications)
The events that the application publishes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.publications(Publication... publications)
The events that the application publishes.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.publications(Publication... publications)
The events that the application publishes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.publications(Collection<Publication> publications)
The events that the application publishes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.publications(Collection<Publication> publications)
The events that the application publishes.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.publications(Collection<Publication> publications)
The events that the application publishes.
|
Copyright © 2023. All rights reserved.