| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model | |
| software.amazon.awssdk.services.appfabric.paginators |
| Modifier and Type | Method and Description |
|---|---|
AppAuthorizationSummary |
ConnectAppAuthorizationResponse.appAuthorizationSummary()
Contains a summary of the app authorization.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppAuthorizationSummary> |
ListAppAuthorizationsResponse.appAuthorizationSummaryList()
Contains a list of app authorization summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectAppAuthorizationResponse.Builder |
ConnectAppAuthorizationResponse.Builder.appAuthorizationSummary(AppAuthorizationSummary appAuthorizationSummary)
Contains a summary of the app authorization.
|
ListAppAuthorizationsResponse.Builder |
ListAppAuthorizationsResponse.Builder.appAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppAuthorizationsResponse.Builder |
ListAppAuthorizationsResponse.Builder.appAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AppAuthorizationSummary> |
ListAppAuthorizationsPublisher.appAuthorizationSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AppAuthorizationSummary> |
ListAppAuthorizationsIterable.appAuthorizationSummaryList()
Returns an iterable to iterate through the paginated
ListAppAuthorizationsResponse.appAuthorizationSummaryList() member. |
Copyright © 2023. All rights reserved.