Uses of Class
software.amazon.awssdk.services.deadline.model.LicenseEndpointSummary
-
Packages that use LicenseEndpointSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of LicenseEndpointSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type LicenseEndpointSummary Modifier and Type Method Description List<LicenseEndpointSummary>ListLicenseEndpointsResponse. licenseEndpoints()The license endpoints.Methods in software.amazon.awssdk.services.deadline.model with parameters of type LicenseEndpointSummary Modifier and Type Method Description ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. licenseEndpoints(LicenseEndpointSummary... licenseEndpoints)The license endpoints.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type LicenseEndpointSummary Modifier and Type Method Description ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. licenseEndpoints(Collection<LicenseEndpointSummary> licenseEndpoints)The license endpoints. -
Uses of LicenseEndpointSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type LicenseEndpointSummary Modifier and Type Method Description SdkIterable<LicenseEndpointSummary>ListLicenseEndpointsIterable. licenseEndpoints()Returns an iterable to iterate through the paginatedListLicenseEndpointsResponse.licenseEndpoints()member.SdkPublisher<LicenseEndpointSummary>ListLicenseEndpointsPublisher. licenseEndpoints()Returns a publisher that can be used to get a stream of data.
-