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