Uses of Interface
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.ServerEndpoint.Builder
-
Packages that use ServerEndpoint.Builder Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of ServerEndpoint.Builder in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return ServerEndpoint.Builder Modifier and Type Method Description static ServerEndpoint.BuilderServerEndpoint. builder()ServerEndpoint.BuilderServerEndpoint.Builder. endpoint(String endpoint)The network address of the endpoint.ServerEndpoint.BuilderServerEndpoint. toBuilder()Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type ServerEndpoint.Builder Modifier and Type Method Description static Class<? extends ServerEndpoint.Builder>ServerEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with type arguments of type ServerEndpoint.Builder Modifier and Type Method Description default LicenseServerEndpoint.BuilderLicenseServerEndpoint.Builder. serverEndpoint(Consumer<ServerEndpoint.Builder> serverEndpoint)TheServerEndpointresource contains the network address of the RDS license server endpoint.
-