Uses of Class
software.amazon.awssdk.services.appfabric.model.AppAuthorizationSummary
-
Packages that use AppAuthorizationSummary Package Description software.amazon.awssdk.services.appfabric.model software.amazon.awssdk.services.appfabric.paginators -
-
Uses of AppAuthorizationSummary in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return AppAuthorizationSummary Modifier and Type Method Description AppAuthorizationSummaryConnectAppAuthorizationResponse. appAuthorizationSummary()Contains a summary of the app authorization.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AppAuthorizationSummary Modifier and Type Method Description List<AppAuthorizationSummary>ListAppAuthorizationsResponse. appAuthorizationSummaryList()Contains a list of app authorization summaries.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type AppAuthorizationSummary Modifier and Type Method Description ConnectAppAuthorizationResponse.BuilderConnectAppAuthorizationResponse.Builder. appAuthorizationSummary(AppAuthorizationSummary appAuthorizationSummary)Contains a summary of the app authorization.ListAppAuthorizationsResponse.BuilderListAppAuthorizationsResponse.Builder. appAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)Contains a list of app authorization summaries.Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type AppAuthorizationSummary Modifier and Type Method Description ListAppAuthorizationsResponse.BuilderListAppAuthorizationsResponse.Builder. appAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)Contains a list of app authorization summaries. -
Uses of AppAuthorizationSummary in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type AppAuthorizationSummary Modifier and Type Method Description SdkIterable<AppAuthorizationSummary>ListAppAuthorizationsIterable. appAuthorizationSummaryList()Returns an iterable to iterate through the paginatedListAppAuthorizationsResponse.appAuthorizationSummaryList()member.SdkPublisher<AppAuthorizationSummary>ListAppAuthorizationsPublisher. appAuthorizationSummaryList()Returns a publisher that can be used to get a stream of data.
-