Uses of Interface
software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse.Builder
-
Packages that use ListLicenseEndpointsResponse.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of ListLicenseEndpointsResponse.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return ListLicenseEndpointsResponse.Builder Modifier and Type Method Description static ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse. builder()ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. licenseEndpoints(Collection<LicenseEndpointSummary> licenseEndpoints)The license endpoints.ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. licenseEndpoints(Consumer<LicenseEndpointSummary.Builder>... licenseEndpoints)The license endpoints.ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. licenseEndpoints(LicenseEndpointSummary... licenseEndpoints)The license endpoints.ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse.Builder. nextToken(String nextToken)If Deadline Cloud returnsnextToken, then there are more results available.ListLicenseEndpointsResponse.BuilderListLicenseEndpointsResponse. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type ListLicenseEndpointsResponse.Builder Modifier and Type Method Description static Class<? extends ListLicenseEndpointsResponse.Builder>ListLicenseEndpointsResponse. serializableBuilderClass()
-