Uses of Interface
software.amazon.awssdk.services.opsworkscm.model.DisassociateNodeResponse.Builder
-
Packages that use DisassociateNodeResponse.Builder Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of DisassociateNodeResponse.Builder in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return DisassociateNodeResponse.Builder Modifier and Type Method Description static DisassociateNodeResponse.BuilderDisassociateNodeResponse. builder()DisassociateNodeResponse.BuilderDisassociateNodeResponse.Builder. nodeAssociationStatusToken(String nodeAssociationStatusToken)Contains a token which can be passed to theDescribeNodeAssociationStatusAPI call to get the status of the disassociation request.DisassociateNodeResponse.BuilderDisassociateNodeResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type DisassociateNodeResponse.Builder Modifier and Type Method Description static Class<? extends DisassociateNodeResponse.Builder>DisassociateNodeResponse. serializableBuilderClass()
-