Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.UpdatePortalResponse.Builder
-
Packages that use UpdatePortalResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of UpdatePortalResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return UpdatePortalResponse.Builder Modifier and Type Method Description static UpdatePortalResponse.BuilderUpdatePortalResponse. builder()default UpdatePortalResponse.BuilderUpdatePortalResponse.Builder. portalStatus(Consumer<PortalStatus.Builder> portalStatus)The status of the portal, which contains a state (UPDATINGafter successfully calling this operation) and any error message.UpdatePortalResponse.BuilderUpdatePortalResponse.Builder. portalStatus(PortalStatus portalStatus)The status of the portal, which contains a state (UPDATINGafter successfully calling this operation) and any error message.UpdatePortalResponse.BuilderUpdatePortalResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type UpdatePortalResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePortalResponse.Builder>UpdatePortalResponse. serializableBuilderClass()
-