Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseServerEndpoint
-
-
Uses of LicenseServerEndpoint in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return LicenseServerEndpoint Modifier and Type Method Description LicenseServerEndpointDeleteLicenseServerEndpointResponse. licenseServerEndpoint()Shows details from theLicenseServerEndpointresource that was deleted.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type LicenseServerEndpoint Modifier and Type Method Description List<LicenseServerEndpoint>ListLicenseServerEndpointsResponse. licenseServerEndpoints()An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type LicenseServerEndpoint Modifier and Type Method Description DeleteLicenseServerEndpointResponse.BuilderDeleteLicenseServerEndpointResponse.Builder. licenseServerEndpoint(LicenseServerEndpoint licenseServerEndpoint)Shows details from theLicenseServerEndpointresource that was deleted.ListLicenseServerEndpointsResponse.BuilderListLicenseServerEndpointsResponse.Builder. licenseServerEndpoints(LicenseServerEndpoint... licenseServerEndpoints)An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.Method parameters in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with type arguments of type LicenseServerEndpoint Modifier and Type Method Description ListLicenseServerEndpointsResponse.BuilderListLicenseServerEndpointsResponse.Builder. licenseServerEndpoints(Collection<LicenseServerEndpoint> licenseServerEndpoints)An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria. -
Uses of LicenseServerEndpoint in software.amazon.awssdk.services.licensemanagerusersubscriptions.paginators
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.paginators that return types with arguments of type LicenseServerEndpoint Modifier and Type Method Description SdkIterable<LicenseServerEndpoint>ListLicenseServerEndpointsIterable. licenseServerEndpoints()Returns an iterable to iterate through the paginatedListLicenseServerEndpointsResponse.licenseServerEndpoints()member.SdkPublisher<LicenseServerEndpoint>ListLicenseServerEndpointsPublisher. licenseServerEndpoints()Returns a publisher that can be used to get a stream of data.
-