Uses of Interface
software.amazon.awssdk.services.lightsail.model.Session.Builder
-
Packages that use Session.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Session.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return Session.Builder Modifier and Type Method Description static Session.BuilderSession. builder()Session.BuilderSession.Builder. isPrimary(Boolean isPrimary)When true, this Boolean value indicates the primary session for the specified resource.Session.BuilderSession.Builder. name(String name)The session name.Session.BuilderSession. toBuilder()Session.BuilderSession.Builder. url(String url)The session URL.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Session.Builder Modifier and Type Method Description static Class<? extends Session.Builder>Session. serializableBuilderClass()
-