default GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.applicationComponentDetail(Consumer<ApplicationComponentDetail.Builder> applicationComponentDetail) |
Detailed information about an application component.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.applicationComponentDetail(ApplicationComponentDetail applicationComponentDetail) |
Detailed information about an application component.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.associatedApplications(Collection<AssociatedApplication> associatedApplications) |
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.associatedApplications(Consumer<AssociatedApplication.Builder>... associatedApplications) |
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.associatedApplications(AssociatedApplication... associatedApplications) |
The associated application group as defined in AWS Application Discovery Service.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.associatedServerIds(String... associatedServerIds) |
A list of the IDs of the servers on which the application component is running.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.associatedServerIds(Collection<String> associatedServerIds) |
A list of the IDs of the servers on which the application component is running.
|
static GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.builder() |
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.moreApplicationResource(Boolean moreApplicationResource) |
Set to true if the application component belongs to more than one application group.
|
GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.toBuilder() |
|